@@ -97,7 +97,7 @@ |
||
97 | 97 | |
98 | 98 | $application = $this->injector->make(ConsoleApplication::class); |
99 | 99 | |
100 | - array_map(function ($command) use ($application) { |
|
100 | + array_map(function($command) use ($application) { |
|
101 | 101 | $application->add($this->injector->make($command)); |
102 | 102 | }, $this->commands->toArray()); |
103 | 103 |