diff --git a/kiri-engine/Abstracts/BaseApplication.php b/kiri-engine/Abstracts/BaseApplication.php index 602c66b6..923b26f8 100644 --- a/kiri-engine/Abstracts/BaseApplication.php +++ b/kiri-engine/Abstracts/BaseApplication.php @@ -13,9 +13,7 @@ namespace Kiri\Abstracts; use Exception; use Kiri; use Kiri\Di\LocalService; -use Kiri\Error\{ErrorHandler}; -use Kiri\Error\StdoutLoggerInterface; -use Kiri\Error\StdoutLogger; +use Kiri\Error\{ErrorHandler, StdoutLoggerInterface, StdoutLogger}; use Kiri\Exception\{InitException, NotFindClassException}; use Psr\Container\ContainerExceptionInterface; use Psr\Container\NotFoundExceptionInterface;