Skip to content

Commit

Permalink
Fix Syntax Error
Browse files Browse the repository at this point in the history
Syntax error: unexpected token Fixx
  • Loading branch information
MagnanGG authored May 1, 2024
1 parent 65fd7a0 commit e587b0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
throw $e;
}
Auth::::user()->update([
Auth::user()->update([
'password' => Hash::make($validated['password']),
]);
Expand Down

0 comments on commit e587b0b

Please sign in to comment.