Skip to content

Commit d66a9b1

Browse files
Fix reset password token repo test
1 parent 2369e77 commit d66a9b1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tests/Auth/Passwords/DoctrineTokenRepositoryTest.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,4 +222,15 @@ public function getEmailForPasswordReset()
222222
{
223223
224224
}
225+
226+
/**
227+
* Send the password reset notification.
228+
*
229+
* @param string $token
230+
* @return void
231+
*/
232+
public function sendPasswordResetNotification($token)
233+
{
234+
// TODO: Implement sendPasswordResetNotification() method.
235+
}
225236
}

0 commit comments

Comments
 (0)