Skip to content

Commit 704b4b9

Browse files
authored
fix: password saved due to creating issue
1 parent 174456a commit 704b4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/CanRenewPassword.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ trait CanRenewPassword
66
{
77
public function initializeCanRenewPassword()
88
{
9-
static::saving(function (self $user) {
9+
static::saved(function (self $user) {
1010

1111
$field = method_exists($user, 'getAuthPasswordName') ? $user->getAuthPasswordName() : 'password';
1212

0 commit comments

Comments
 (0)