@@ -21,7 +21,7 @@ |
||
21 | 21 | */ |
22 | 22 | public function addHandler($handler, $commandClassName) |
23 | 23 | { |
24 | - $this->handlers[$commandClassName] = function () use ($handler) { |
|
24 | + $this->handlers[$commandClassName] = function() use ($handler) { |
|
25 | 25 | return app($handler); |
26 | 26 | }; |
27 | 27 | } |