|
@@ -30,10 +30,10 @@ |
|
|
block discarded – undo |
|
30
|
30
|
|
|
31
|
31
|
private function loadConfig($currentConfig, $env) |
|
32
|
32
|
{ |
|
33
|
|
- $file = __DIR__ . '/../../../../config/config-' . $env . '.php'; |
|
|
33
|
+ $file = __DIR__ . '/../../../../config/config-' . $env . '.php'; |
|
34
|
34
|
|
|
35
|
35
|
if (!file_exists($file)) { |
|
36
|
|
- $file = __DIR__ . '/../config/config-' . $env . '.php'; |
|
|
36
|
+ $file = __DIR__ . '/../config/config-' . $env . '.php'; |
|
37
|
37
|
} |
|
38
|
38
|
|
|
39
|
39
|
if (!file_exists($file)) { |
Please login to merge, or discard this patch.