@@ -113,9 +113,9 @@ |
||
| 113 | 113 | protected function createEnv($app) |
| 114 | 114 | { |
| 115 | 115 | return Dotenv::create( |
| 116 | - Environment::getRepositoryCreator(), |
|
| 117 | - $app->environmentPath(), |
|
| 118 | - $app->environmentFile() |
|
| 116 | + Environment::getRepositoryCreator(), |
|
| 117 | + $app->environmentPath(), |
|
| 118 | + $app->environmentFile() |
|
| 119 | 119 | ); |
| 120 | 120 | } |
| 121 | 121 | } |
| 122 | 122 | \ No newline at end of file |