diff --git a/Annotation/Route/Socket.php b/Annotation/Route/Socket.php index 834d6ced..e5ea033a 100644 --- a/Annotation/Route/Socket.php +++ b/Annotation/Route/Socket.php @@ -63,6 +63,8 @@ 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);