This commit is contained in:
2023-04-03 00:51:46 +08:00
parent b98fed7b7c
commit 22f1dec147
+1 -1
View File
@@ -54,7 +54,7 @@ class Server extends HttpService
* @throws Exception
*/
public function __construct(public State $state,
public CoroutineServer $manager,
public AsyncServer $manager,
public ContainerInterface $container,
public ProcessManager $processManager,
public EventDispatch $dispatch,