@@ -15,7 +15,7 @@  | 
                                                    ||
| 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 | }  |