@@ -75,7 +75,7 @@ discard block |
||
75 | 75 | ); |
76 | 76 | |
77 | 77 | if ($this->config('custom_response')) { |
78 | - return call_user_func_array($this->config('custom_response'), [$this->getUser()]); |
|
78 | + return call_user_func_array($this->config('custom_response'), [ $this->getUser() ]); |
|
79 | 79 | } |
80 | 80 | |
81 | 81 | $expectJson = app()->version() < '5.4' |
@@ -107,5 +107,5 @@ discard block |
||
107 | 107 | |
108 | 108 | abstract public function getRequest(); |
109 | 109 | |
110 | - abstract protected function config($string, $children = []); |
|
110 | + abstract protected function config($string, $children = [ ]); |
|
111 | 111 | } |