Skip to content

Commit

Permalink
fixed missing abstract method
Browse files Browse the repository at this point in the history
  • Loading branch information
rokde committed May 6, 2024
1 parent 16617a7 commit 663ff0b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/TestUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,9 @@ public function getRememberTokenName()
{
return 'remember_me';
}

public function getAuthPasswordName()
{
return 'password';
}
}

0 comments on commit 663ff0b

Please sign in to comment.