Skip to content

Commit

Permalink
Adopt to new yiisoft/config (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Oct 25, 2021
1 parent 73d4982 commit 93f2a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Runner/ConfigFactory.php
Expand Up @@ -22,7 +22,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 93f2a46

Please sign in to comment.