Skip to content

Commit

Permalink
to l11
Browse files Browse the repository at this point in the history
  • Loading branch information
cesargb committed Mar 9, 2024
1 parent 48c8001 commit 7757e52
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/TestSupport/CustomUserProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,14 @@ public function validateCredentials(Authenticatable $user, array $credentials)
{
return false;
}

public function getAuthPasswordName()
{
return '';
}

public function rehashPasswordIfRequired()
{
return '';
}
}

0 comments on commit 7757e52

Please sign in to comment.