diff --git a/Annotation/Route/Route.php b/Annotation/Route/Route.php index 211211cd..8d055b2c 100644 --- a/Annotation/Route/Route.php +++ b/Annotation/Route/Route.php @@ -40,6 +40,7 @@ use Annotation\IAnnotation; // TODO: Implement setHandler() method. $router = Snowflake::app()->getRouter(); + var_dump($this->uri, $handler, $this->method); $router->addRoute($this->uri, $handler, $this->method); return $router;