Skip to content

Commit e216f33

Browse files
authored
Fix ConfigFactory (#104)
1 parent f28c23c commit e216f33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Runner/ConfigFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public static function create(?string $environment): Config
2222
];
2323

2424
return new Config(
25-
new ConfigPaths(dirname(__DIR__, 2)),
25+
new ConfigPaths(dirname(__DIR__, 2), 'config'),
2626
$environment,
2727
[
2828
ReverseMerge::groups(...$eventGroups),

0 commit comments

Comments
 (0)