This commit is contained in:
2020-12-15 17:12:21 +08:00
parent 2ad462ee2d
commit 357093fa45
3 changed files with 3 additions and 5 deletions
-2
View File
@@ -63,8 +63,6 @@ use Snowflake\Snowflake;
$method = $this->event . '::' . (is_null($this->uri) ? 'event' : $this->uri);
var_dump($method);
$node = $router->addRoute($method, $handler, 'sw::socket');
return $this->add($node);