diff --git a/Abstracts/BaseProcess.php b/Abstracts/BaseProcess.php index 267f66d..120261a 100644 --- a/Abstracts/BaseProcess.php +++ b/Abstracts/BaseProcess.php @@ -4,7 +4,7 @@ namespace Server\Abstracts; use JetBrains\PhpStorm\Pure; -use Server\SInterface\OnProcessInterface; +use Server\Contract\OnProcessInterface; use Swoole\Coroutine; use Swoole\Process; diff --git a/SInterface/OnBeforeShutdown.php b/Contract/OnBeforeShutdown.php similarity index 57% rename from SInterface/OnBeforeShutdown.php rename to Contract/OnBeforeShutdown.php index 9e70758..e5397e5 100644 --- a/SInterface/OnBeforeShutdown.php +++ b/Contract/OnBeforeShutdown.php @@ -1,6 +1,6 @@