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 7757e52 commit b3ccffe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/TestSupport/CustomAutenticable.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function getAuthPasswordName()
return '';
}

public function rehashPasswordIfRequired()
public function rehashPasswordIfRequired(Authenticatable $user, array $credentials, bool $force = false)
{
return '';
}
Expand Down
2 changes: 1 addition & 1 deletion tests/TestSupport/CustomUserProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function getAuthPasswordName()
return '';
}

public function rehashPasswordIfRequired()
public function rehashPasswordIfRequired(Authenticatable $user, array $credentials, bool $force = false)
{
return '';
}
Expand Down

0 comments on commit b3ccffe

Please sign in to comment.