This commit is contained in:
2021-04-14 17:59:01 +08:00
parent de68766f4b
commit 61950d9290
2 changed files with 0 additions and 6 deletions
-1
View File
@@ -50,7 +50,6 @@ use Snowflake\Snowflake;
$method = $this->event . '::' . (is_null($this->uri) ? 'event' : $this->uri);
var_dump($method);
$router->addRoute($method, $handler, 'sw::socket');
return $router;