diff --git a/src/Phroute/RouteCollector.php b/src/Phroute/RouteCollector.php index 32d4eb6..8111850 100644 --- a/src/Phroute/RouteCollector.php +++ b/src/Phroute/RouteCollector.php @@ -164,6 +164,8 @@ public function controller($route, $classname) } } } + + return $this; } public function getValidMethods()