From 7593107681f7a4ec4665b9c1b337efcc01eebccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 15 Dec 2020 16:54:59 +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/Socket.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Annotation/Route/Socket.php b/Annotation/Route/Socket.php index 7f17ae11..cda755d8 100644 --- a/Annotation/Route/Socket.php +++ b/Annotation/Route/Socket.php @@ -62,6 +62,7 @@ use Snowflake\Snowflake; // TODO: Implement setHandler() method. $method = $this->event . '::' . (empty($this->uri) ? 'event' : $this->uri); + var_dump($method); $node = $router->addRoute($method, $handler, 'sw::socket'); return $this->add($node);