@@ -14,7 +14,7 @@ |
||
14 | 14 | 'middleware' => isset($route['middleware']) ? $route['middleware'] : [], |
15 | 15 | ]; |
16 | 16 | |
17 | - $this->getRouter()->group($attributes, function () use ($route, $name) { |
|
17 | + $this->getRouter()->group($attributes, function() use ($route, $name) { |
|
18 | 18 | $action = isset($route['controller']) |
19 | 19 | ? "{$route['controller']}@{$route['action']}" |
20 | 20 | : $route['action']; |