@@ -43,7 +43,7 @@ |
||
43 | 43 | $this->doLoad($file); |
44 | 44 | } |
45 | 45 | |
46 | - if (!\in_array($env, $testEnvs, true) && file_exists($file = "$path.local")) { |
|
46 | + if (!\in_array($env, $testEnvs, true) && file_exists($file = "$path.local")) { |
|
47 | 47 | $this->doLoad($file); |
48 | 48 | } |
49 | 49 | if (file_exists($file = "$path.$env")) { |