From 0aafbb03e2f58459f9118bc090fd9cd2a60427f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 24 Sep 2021 13:47:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/Error/ErrorHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Error/ErrorHandler.php b/core/Error/ErrorHandler.php index 1579d3ef..11353879 100644 --- a/core/Error/ErrorHandler.php +++ b/core/Error/ErrorHandler.php @@ -10,7 +10,7 @@ declare(strict_types=1); namespace Kiri\Error; use Exception; -use Http\IInterface\IFormatter; +use Http\Handler\Formatter\IFormatter; use Kiri\Abstracts\Component; use Kiri\Core\Json; use Kiri\Events\EventDispatch;