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 5c48570 commit 48c8001
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/TestSupport/CustomAutenticable.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,14 @@ public function getRememberTokenName()
{
return '';
}

public function getAuthPasswordName()
{
return '';
}

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

0 comments on commit 48c8001

Please sign in to comment.