Skip to content

Commit

Permalink
[6.x] Fix syntax error in breeze livewire-functional set-password-form (
Browse files Browse the repository at this point in the history
#355)

Syntax error: unexpected token Fixx
  • Loading branch information
MagnanGG authored May 1, 2024
1 parent 65fd7a0 commit d276c86
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 d276c86

Please sign in to comment.