diff options
| author | Daniel Weipert <git@mail.dweipert.de> | 2026-04-04 00:40:55 +0200 |
|---|---|---|
| committer | Daniel Weipert <git@mail.dweipert.de> | 2026-04-04 00:40:55 +0200 |
| commit | 6929089fea7cf79ae5ca9e05486ba33b0e5b216d (patch) | |
| tree | 0c92e58ca289afa928364802db0ad3dc10aea102 /src/Router/Router.php | |
| parent | bd11271621bd3759cfd194ed0119c0dc28155fd0 (diff) | |
update
Diffstat (limited to 'src/Router/Router.php')
| -rw-r--r-- | src/Router/Router.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Router/Router.php b/src/Router/Router.php index 377821f..6859771 100644 --- a/src/Router/Router.php +++ b/src/Router/Router.php @@ -2,11 +2,11 @@ namespace App\Router; -use App\Errors\ErrorCode; use App\Errors\ErrorResponse; use App\Errors\Exception; use App\Singleton; use App\Support\Logger; +use Matrix\Enums\ErrorCode; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\Routing\Exception\MethodNotAllowedException; |
