This commit is contained in:
2023-04-16 02:01:26 +08:00
parent 1e3f643fa9
commit 5ec3fed09d
4 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ use Psr\Container\NotFoundExceptionInterface;
use Swoole\Coroutine;
use Swoole\Process;
use Kiri\Annotation\Inject;
use Kiri\Di\ContainerInterface;
use Psr\Container\ContainerInterface;
use Kiri\Events\EventProvider;
use Kiri\Server\ServerInterface;
use Kiri\Server\Events\OnServerBeforeStart;