summaryrefslogtreecommitdiff
path: root/src/Router/Router.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Router/Router.php')
-rw-r--r--src/Router/Router.php2
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;