diff --git a/ServerProviders.php b/ServerProviders.php index 944f8a5..a76fbfd 100644 --- a/ServerProviders.php +++ b/ServerProviders.php @@ -5,7 +5,6 @@ namespace Kiri\Server; use Kiri\Abstracts\Providers; -use Kiri\Di\LocalService; use Psr\Container\ContainerExceptionInterface; use Psr\Container\NotFoundExceptionInterface; use Symfony\Component\Console\Application; @@ -20,11 +19,10 @@ class ServerProviders extends Providers /** - * @param LocalService $application * @throws ContainerExceptionInterface * @throws NotFoundExceptionInterface */ - public function onImport(LocalService $application): void + public function onImport(): void { $server = $this->container->get(ServerCommand::class);