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