Completed
Branch master (012c1d)
by Adam
03:32
created
Category
src/Application.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@
 block discarded – undo
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
         
Please login to merge, or discard this patch.