@@ -6,7 +6,7 @@  | 
                                                    ||
| 6 | 6 | |
| 7 | 7 | $baseDir = getcwd();  | 
                                                        
| 8 | 8 | (new Dotenv())  | 
                                                        
| 9 | - ->bootEnv($baseDir.'/.env');  | 
                                                        |
| 9 | + ->bootEnv($baseDir . '/.env');  | 
                                                        |
| 10 | 10 | |
| 11 | 11 | $config = new \ByTIC\Migrations\Config\Config();  | 
                                                        
| 12 | 12 | $config->addBasePath($baseDir);  |