This commit is contained in:
2021-10-19 15:07:02 +08:00
parent ea5b473638
commit 95b4a3e80b
5 changed files with 69 additions and 35 deletions
@@ -0,0 +1,8 @@
<?php
namespace Server\SInterface;
interface OnBeforeShutdown
{
}