This commit is contained in:
2020-09-01 18:24:43 +08:00
parent 7fa9f89d0a
commit 6819ea1915
2 changed files with 3 additions and 4 deletions
@@ -21,6 +21,7 @@ class OnShutdown extends Callback
*/
public function onHandler(Server $server)
{
var_dump($server);
}
}