This commit is contained in:
2021-01-20 15:45:53 +08:00
parent e58ab63a24
commit 239a981b34
4 changed files with 69 additions and 44 deletions
+1
View File
@@ -97,6 +97,7 @@ class Server extends Application
* @param array $configs
* @return Packet|Websocket|Receive|Http|null
* @throws ConfigException
* @throws Exception
*/
public function initCore(array $configs): Packet|Websocket|Receive|Http|null
{