@@ -71,9 +71,9 @@ |
||
71 | 71 | protected function createEnv($app) |
72 | 72 | { |
73 | 73 | return Dotenv::create( |
74 | - new RepositoryCreator, |
|
75 | - $app->environmentPath(), |
|
76 | - $app->environmentFile() |
|
74 | + new RepositoryCreator, |
|
75 | + $app->environmentPath(), |
|
76 | + $app->environmentFile() |
|
77 | 77 | ); |
78 | 78 | } |
79 | 79 | } |
80 | 80 | \ No newline at end of file |