Completed
Pull Request — master (#30)
by Bernhard
03:34 queued 02:04
created
src/DotEnvConfiguration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
      */
43 43
     public function __construct($path = '.')
44 44
     {
45
-        parent::__construct(realpath(__DIR__ . '/../'));
45
+        parent::__construct(realpath(__DIR__.'/../'));
46 46
         $this->pushService = $this->env('PUSH_SERVICE');
47 47
     }
48 48
 
Please login to merge, or discard this patch.