Shift cleanup

This commit is contained in:
Laravel Shift 2021-02-14 18:57:52 +00:00
parent a4ad8768d8
commit 3cac627f82

View file

@ -20,10 +20,10 @@
namespace App\Exceptions;
use Throwable;
use Exception;
use GrahamCampbell\Exceptions\ExceptionHandler;
use Illuminate\Auth\AuthenticationException;
use Throwable;
class Handler extends ExceptionHandler
{