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;