@@ -20,7 +20,7 @@ |
||
20 | 20 | |
21 | 21 | public function fireCommand($method, $parameters) |
22 | 22 | { |
23 | - $type = call_user_func_array ( [$this->laravel->firewall, $method], $parameters) |
|
23 | + $type = call_user_func_array([$this->laravel->firewall, $method], $parameters) |
|
24 | 24 | ? 'info' |
25 | 25 | : 'error'; |
26 | 26 |