Skip to content

Commit

Permalink
Updating dependencies:
Browse files Browse the repository at this point in the history
- Removing excess information;
  • Loading branch information
diego-maeda committed Apr 14, 2024
1 parent b14e7fe commit 8cca00e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Http/Controllers/Auth/RegisteredUserController.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
use Illuminate\Support\Facades\Auth;
use Illuminate\Support\Facades\Hash;
use Illuminate\Validation\Rules;
use Illuminate\Validation\ValidationException;
use Inertia\Inertia;
use Inertia\Response;

Expand All @@ -27,7 +28,7 @@ public function create(): Response
/**
* Handle an incoming registration request.
*
* @throws \Illuminate\Validation\ValidationException
* @throws ValidationException
*/
public function store(Request $request): RedirectResponse
{
Expand Down

0 comments on commit 8cca00e

Please sign in to comment.