改名
This commit is contained in:
@@ -1,12 +1,13 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Server;
|
namespace Server\Tasker;
|
||||||
|
|
||||||
use Annotation\Inject;
|
use Annotation\Inject;
|
||||||
use Exception;
|
use Exception;
|
||||||
use Kiri\Di\Container;
|
use Kiri\Di\Container;
|
||||||
use Psr\Container\ContainerInterface;
|
use Psr\Container\ContainerInterface;
|
||||||
use Server\Contract\OnTaskInterface;
|
use Server\Contract\OnTaskInterface;
|
||||||
|
use Server\SwooleServerInterface;
|
||||||
|
|
||||||
class AsyncTask
|
class AsyncTask
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user