Skip to content

Commit

Permalink
add missing method
Browse files Browse the repository at this point in the history
  • Loading branch information
tymondesigns committed Mar 2, 2024
1 parent 6a630a1 commit 61c285e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/Stubs/LaravelUserStub.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,9 @@ public function getRememberTokenName()
{
//
}

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

0 comments on commit 61c285e

Please sign in to comment.