@@ -21,7 +21,7 @@ discard block |
||
21 | 21 | if (is_null($this->auth)) { |
22 | 22 | $this->auth = app($this->config('auth')); |
23 | 23 | |
24 | - if(!empty($this->config('guard'))) |
|
24 | + if (!empty($this->config('guard'))) |
|
25 | 25 | { |
26 | 26 | $this->auth = app($this->config('auth'))->guard($this->config('guard')); |
27 | 27 | } |
@@ -40,5 +40,5 @@ discard block |
||
40 | 40 | return $this->getAuth()->user(); |
41 | 41 | } |
42 | 42 | |
43 | - abstract protected function config($string, $children = []); |
|
43 | + abstract protected function config($string, $children = [ ]); |
|
44 | 44 | } |