@@ -25,7 +25,7 @@ |
||
25 | 25 | } |
26 | 26 | |
27 | 27 | $app->detectEnvironment( |
28 | - function () |
|
28 | + function() |
|
29 | 29 | { |
30 | 30 | return env('APP_ENV', 'production'); |
31 | 31 | } |
@@ -148,7 +148,7 @@ |
||
148 | 148 | { |
149 | 149 | $process = new Process($this->generateConsoleCommand($results, true)); |
150 | 150 | |
151 | - $process->run(function ($type, $output) |
|
151 | + $process->run(function($type, $output) |
|
152 | 152 | { |
153 | 153 | $this->command->line($output); |
154 | 154 | }); |