Skip to content

Commit

Permalink
fix: Fixed dep require
Browse files Browse the repository at this point in the history
  • Loading branch information
seebeen committed Jan 13, 2024
1 parent c4777ab commit 4d17f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extremis.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ private function __construct() {
* {@inheritDoc}
*/
protected function get_dependencies(): array {
return require_once locate_template( '/config/dependencies.php' );
return require locate_template( '/config/dependencies.php' );
}

/**
Expand Down

0 comments on commit 4d17f3f

Please sign in to comment.