From 6929089fea7cf79ae5ca9e05486ba33b0e5b216d Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sat, 4 Apr 2026 00:40:55 +0200 Subject: update --- src/Errors/UnauthorizedError.php | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Errors/UnauthorizedError.php') diff --git a/src/Errors/UnauthorizedError.php b/src/Errors/UnauthorizedError.php index 97df025..cd9981f 100755 --- a/src/Errors/UnauthorizedError.php +++ b/src/Errors/UnauthorizedError.php @@ -2,6 +2,7 @@ namespace App\Errors; +use Matrix\Enums\ErrorCode; use Symfony\Component\HttpFoundation\Response; class UnauthorizedError extends Exception -- cgit v1.2.3