This commit is contained in:
2021-08-04 14:44:15 +08:00
parent 3ed3abeda2
commit f112b19d8f
+1 -1
View File
@@ -249,7 +249,7 @@ class Router extends HttpService implements RouterInterface
* @param $port
* @param callable $callback
* @return mixed
* @throws Exception
* @throws
*/
public function addRpcService($port, callable $callback): mixed
{