This commit is contained in:
2021-11-30 14:34:15 +08:00
parent 27834d37ed
commit a1bf157408
+2 -1
View File
@@ -1,12 +1,13 @@
<?php
namespace Server;
namespace Server\Tasker;
use Annotation\Inject;
use Exception;
use Kiri\Di\Container;
use Psr\Container\ContainerInterface;
use Server\Contract\OnTaskInterface;
use Server\SwooleServerInterface;
class AsyncTask
{