From 49cbdbde8d9307b8ed2606fbd09438735960c099 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 23 Feb 2021 11:37:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Annotation/Route/Route.php | 1 + 1 file changed, 1 insertion(+) 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;