@@ -27,7 +27,7 @@ |
||
27 | 27 | parent::__construct(); |
28 | 28 | |
29 | 29 | $this->alias = $alias; |
30 | - $this->groups = (array) $groups; |
|
30 | + $this->groups = (array)$groups; |
|
31 | 31 | |
32 | 32 | $this->setMiddleware($middleware); |
33 | 33 | } |