Skip to content

Commit

Permalink
Update ProfileController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
djaiss committed Jan 3, 2024
1 parent 5530abf commit 517a317
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Http/Controllers/ProfileController.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ public function show(Request $request): View
*/
public function update(Request $request): RedirectResponse
{
dd('is the probleme here god damn it');
$request->user()->save();

return Redirect::route('profile.edit')->with('status', 'profile-updated');
Expand Down

0 comments on commit 517a317

Please sign in to comment.