Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-10 11:39:55 +08:00
parent 8ec5b0e8d8
commit b2728947a3
45 changed files with 87 additions and 87 deletions
+3 -3
View File
@@ -1,14 +1,14 @@
<?php
namespace Server\Tasker;
namespace Kiri\Server\Tasker;
use Exception;
use Kiri\Abstracts\Component;
use Kiri\Core\HashMap;
use Kiri\Kiri;
use ReflectionException;
use Server\Contract\OnTaskInterface;
use Server\SwooleServerInterface;
use Kiri\Server\Contract\OnTaskInterface;
use Kiri\Server\SwooleServerInterface;
/**