@@ -36,7 +36,7 @@ |
||
| 36 | 36 | |
| 37 | 37 | private function loadEnvironment() |
| 38 | 38 | { |
| 39 | - if (!file_exists(realpath($this->dir) . '/' . $this->filename)) { |
|
| 39 | + if (!file_exists(realpath($this->dir).'/'.$this->filename)) { |
|
| 40 | 40 | return false; |
| 41 | 41 | } |
| 42 | 42 | |