This commit is contained in:
xl
2024-11-18 11:24:08 +08:00
parent 3a0c5f6d70
commit 60670f7f97
-5
View File
@@ -10,17 +10,12 @@ declare(strict_types=1);
namespace Kiri; namespace Kiri;
use Exception;
use Kiri; use Kiri;
use Kiri\Abstracts\{BaseApplication, Kernel}; use Kiri\Abstracts\{BaseApplication, Kernel};
use Kiri\Di\Scanner; use Kiri\Di\Scanner;
use Kiri\Error\ErrorHandler; use Kiri\Error\ErrorHandler;
use Kiri\Events\{OnAfterCommandExecute, OnBeforeCommandExecute}; use Kiri\Events\{OnAfterCommandExecute, OnBeforeCommandExecute};
use Psr\Container\ContainerExceptionInterface;
use Psr\Container\NotFoundExceptionInterface;
use ReflectionException;
use Symfony\Component\Console\{Application as ConsoleApplication, use Symfony\Component\Console\{Application as ConsoleApplication,
Exception\ExceptionInterface,
Input\ArgvInput, Input\ArgvInput,
Output\ConsoleOutput, Output\ConsoleOutput,
Output\OutputInterface Output\OutputInterface