@@ -26,7 +26,7 @@ discard block |
||
| 26 | 26 | |
| 27 | 27 | if (!empty($guards)) { |
| 28 | 28 | if (!is_array($guards)) { |
| 29 | - $guards = [$guards]; |
|
| 29 | + $guards = [ $guards ]; |
|
| 30 | 30 | } |
| 31 | 31 | |
| 32 | 32 | foreach ($guards as $guard) { |
@@ -51,5 +51,5 @@ discard block |
||
| 51 | 51 | return $this->getAuth()->user(); |
| 52 | 52 | } |
| 53 | 53 | |
| 54 | - abstract protected function config($string, $children = []); |
|
| 54 | + abstract protected function config($string, $children = [ ]); |
|
| 55 | 55 | } |