Completed
Pull Request — master (#36)
by Robert
06:46
created
src/Middleware/PhpDotEnv.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.