@@ -63,7 +63,7 @@ |
||
63 | 63 | public function addGroupRoute(string $group, GroupRoutes $route) { |
64 | 64 | if (\array_key_exists($group, $this->routes)) { |
65 | 65 | $this->routes[$group]->merge($route); |
66 | - }else{ |
|
66 | + } else{ |
|
67 | 67 | $this->routes[$group] = $route; |
68 | 68 | } |
69 | 69 | } |