Skip to content

Commit

Permalink
Merge pull request #10713 from snipe/fixes/error_handler
Browse files Browse the repository at this point in the history
Added use statement
  • Loading branch information
snipe authored Feb 22, 2022
2 parents 784bf6f + 0a4a548 commit 6ef053b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Exceptions/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
use App\Helpers\Helper;
use Illuminate\Validation\ValidationException;
use Illuminate\Auth\AuthenticationException;
use Log;
use Throwable;
use JsonException;
Expand Down Expand Up @@ -142,4 +143,4 @@ public function register()
//
});
}
}
}

0 comments on commit 6ef053b

Please sign in to comment.