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 cd4e1a5 commit 177e823Copy full SHA for 177e823
src/ConfigFactory.php
@@ -25,6 +25,8 @@ public static function createForProject(
25
);
26
}
27
28
+ $previousConfig = null;
29
+
30
foreach($order as $file) {
31
$fileName = "config";
32
$fileName .= ".";
0 commit comments