@@ -32,6 +32,6 @@ |
||
32 | 32 | public function removeRoute(Route $route) |
33 | 33 | { |
34 | 34 | $this->routes->removeElement($route); |
35 | - return $this; |
|
35 | + return $this; |
|
36 | 36 | } |
37 | 37 | } |