This commit is contained in:
2021-03-08 17:17:33 +08:00
parent ca8731acd6
commit 67d5ba18ff
+1 -4
View File
@@ -75,10 +75,7 @@ class Router extends HttpService implements RouterInterface
* @param $port * @param $port
* @param Closure|array|string $closure * @param Closure|array|string $closure
* @param null $method * @param null $method
* @throws ConfigException * @throws
* @throws ReflectionException
* @throws NotFindClassException
* @throws Exception
*/ */
public function addPortListen($port, Closure|array|string $closure, $method = null) public function addPortListen($port, Closure|array|string $closure, $method = null)
{ {