This commit is contained in:
2021-03-30 11:31:51 +08:00
parent 91127a3753
commit babae72ae7
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -45,7 +45,6 @@ use Snowflake\Snowflake;
// TODO: Implement setHandler() method.
$router = Snowflake::app()->getRouter();
var_dump($this->uri);
$router->addRoute($this->uri, $handler, Request::HTTP_CMD);
return $router;