Various code cleanup.

This commit is contained in:
James Cole
2020-07-31 12:45:02 +02:00
parent 4b96558433
commit b302775c37
23 changed files with 23 additions and 13 deletions

View File

@@ -31,10 +31,10 @@ use Exception;
use FireflyIII\Jobs\MailError;
use Illuminate\Auth\AuthenticationException;
use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
use Illuminate\Http\Request;
use Illuminate\Validation\ValidationException as LaravelValidationException;
use League\OAuth2\Server\Exception\OAuthServerException;
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
use Illuminate\Http\Request;
use Throwable;
/**
* Class Handler