Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-02-10 11:46:02 +08:00
parent 5aa5d3ea13
commit 5bac6a843d
+5 -2
View File
@@ -23,6 +23,8 @@ use Kiri\Abstracts\Config;
use Kiri\Exception\NotFindClassException; use Kiri\Exception\NotFindClassException;
use Kiri\Server\Events\OnWorkerExit; use Kiri\Server\Events\OnWorkerExit;
use Kiri\Server\Events\OnWorkerStop; use Kiri\Server\Events\OnWorkerStop;
use Psr\Container\ContainerExceptionInterface;
use Psr\Container\NotFoundExceptionInterface;
use ReflectionException; use ReflectionException;
/** /**
@@ -70,8 +72,9 @@ class Connection extends Component
/** /**
* execute by __construct * @return void
* @throws Exception * @throws ContainerExceptionInterface
* @throws NotFoundExceptionInterface
*/ */
public function init() public function init()
{ {