diff --git a/Connection.php b/Connection.php index aa38568..6ef8ada 100644 --- a/Connection.php +++ b/Connection.php @@ -24,8 +24,8 @@ use Kiri\Exception\NotFindClassException; use Kiri\Kiri; use Kiri\Annotation\Inject; use ReflectionException; -use Server\Events\OnWorkerExit; -use Server\Events\OnWorkerStop; +use Kiri\Server\Events\OnWorkerExit; +use Kiri\Server\Events\OnWorkerStop; /** * Class Connection diff --git a/DatabasesProviders.php b/DatabasesProviders.php index 40ea5a7..de78932 100644 --- a/DatabasesProviders.php +++ b/DatabasesProviders.php @@ -10,7 +10,7 @@ use Kiri\Abstracts\Providers; use Kiri\Application; use Kiri\Exception\ConfigException; use Kiri\Kiri; -use Server\Events\OnWorkerStart; +use Kiri\Server\Events\OnWorkerStart; /** * Class DatabasesProviders