Skip to content

Commit

Permalink
Adopt to new yiisoft/config (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Oct 25, 2021
1 parent de3b6fe commit a39db95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Runner/ConfigFactory.php
Expand Up @@ -23,7 +23,7 @@ public static function create(?string $environment): Config
];

return new Config(
new ConfigPaths(dirname(__DIR__, 2)),
new ConfigPaths(dirname(__DIR__, 2), 'config'),
$environment,
[
ReverseMerge::groups(...$eventGroups),
Expand Down

0 comments on commit a39db95

Please sign in to comment.