This commit is contained in:
2021-03-04 00:44:38 +08:00
parent 024307f8f0
commit 1640ccf097
+1 -1
View File
@@ -53,7 +53,7 @@ use Snowflake\Snowflake;
$method = $this->event . '::' . (is_null($this->uri) ? 'event' : $this->uri);
$router->addRoute($method . $this->version, $handler, 'sw::socket');
$router->addRoute($method, $handler, 'sw::socket');
return $router;
}