From 48e0026ec2d7991159822de8d8b662b43ee231c1 Mon Sep 17 00:00:00 2001 From: Florian Bosdorff Date: Sat, 9 May 2020 12:29:34 +0200 Subject: [PATCH] fix typo --- packages/Webkul/Core/src/Exceptions/Handler.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/Webkul/Core/src/Exceptions/Handler.php b/packages/Webkul/Core/src/Exceptions/Handler.php index a475e08eb..0b89b3543 100755 --- a/packages/Webkul/Core/src/Exceptions/Handler.php +++ b/packages/Webkul/Core/src/Exceptions/Handler.php @@ -7,9 +7,9 @@ use Illuminate\Auth\AuthenticationException; use Doctrine\DBAL\Driver\PDOException; use Illuminate\Database\Eloquent\ModelNotFoundException; use Symfony\Component\HttpKernel\Exception\HttpException; -use App\Exceptions\Handler as AppExceptionsHandler; +use App\Exceptions\Handler as AppExceptionHandler; -class Handler extends AppExceptionsHandler +class Handler extends AppExceptionHandler { protected $jsonErrorMessages = [ 404 => 'Resource not found',