Skip to content

Commit 243fbc0

Browse files
committed
fix: use ProfileUpdateRequest again - removed for test only
1 parent 3eb9654 commit 243fbc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/Settings/ProfileController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function edit(Request $request): Response
2828
/**
2929
* Update the user's profile information.
3030
*/
31-
public function update(Request $request): RedirectResponse
31+
public function update(ProfileUpdateRequest $request): RedirectResponse
3232
{
3333
$user = $request->user();
3434

0 commit comments

Comments
 (0)