Completed
Push — master ( 6f1b7e...a981b6 )
by Rafal
02:18
created
src/Factory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
 {
16 16
     public function __construct()
17 17
     {
18
-        $envFile = __DIR__ . '/../.env';
18
+        $envFile = __DIR__.'/../.env';
19 19
         if (!file_exists($envFile)) {
20 20
             throw new \RuntimeException('Pleas create ".env"-File and fill this file with info');
21 21
         }
Please login to merge, or discard this patch.