Skip to content

Commit

Permalink
changed namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhat-webkul committed Apr 17, 2024
1 parent 8f1231e commit 1f5ae2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/Webkul/Admin/src/Exceptions/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use App\Exceptions\Handler as AppExceptionHandler;
use Illuminate\Auth\AuthenticationException;
use Doctrine\DBAL\Driver\PDO\Exception as PDOException;
use PDOException;
use Illuminate\Container\Container;
use Illuminate\Database\Eloquent\ModelNotFoundException;
use Symfony\Component\HttpKernel\Exception\HttpException;
Expand Down

0 comments on commit 1f5ae2d

Please sign in to comment.