This commit is contained in:
2021-08-18 13:38:45 +08:00
parent ea8d9b22cd
commit 02357b0650
+1 -1
View File
@@ -40,7 +40,7 @@ class Server extends HttpService
* @var null|ServerManager
*/
#[Inject(ServerManager::class)]
private ?ServerManager $manager = null;
public ?ServerManager $manager = null;
private mixed $daemon = 0;