We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f28c23c commit e216f33Copy full SHA for e216f33
1 file changed
src/Runner/ConfigFactory.php
@@ -22,7 +22,7 @@ public static function create(?string $environment): Config
22
];
23
24
return new Config(
25
- new ConfigPaths(dirname(__DIR__, 2)),
+ new ConfigPaths(dirname(__DIR__, 2), 'config'),
26
$environment,
27
[
28
ReverseMerge::groups(...$eventGroups),
0 commit comments