diff options
Diffstat (limited to 'src/Support/RequestValidator.php')
| -rw-r--r-- | src/Support/RequestValidator.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Support/RequestValidator.php b/src/Support/RequestValidator.php index 40ede8b..e27ed4d 100644 --- a/src/Support/RequestValidator.php +++ b/src/Support/RequestValidator.php @@ -3,7 +3,7 @@ namespace App\Support; use App\Errors\AppException; -use App\Errors\ErrorCode; +use Matrix\Enums\ErrorCode; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; |
