This commit is contained in:
2021-12-23 18:22:26 +08:00
parent bffe375230
commit 2feda943af
6 changed files with 23 additions and 10 deletions
+2
View File
@@ -25,6 +25,7 @@ class OnServerReload
/**
* @param Server $server
* @throws \ReflectionException
*/
public function onBeforeReload(Server $server)
{
@@ -34,6 +35,7 @@ class OnServerReload
/**
* @param Server $server
* @throws \ReflectionException
*/
public function onAfterReload(Server $server)
{