Skip to content

Commit b3ccffe

Browse files
committed
to l11
1 parent 7757e52 commit b3ccffe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/TestSupport/CustomAutenticable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function getAuthPasswordName()
4747
return '';
4848
}
4949

50-
public function rehashPasswordIfRequired()
50+
public function rehashPasswordIfRequired(Authenticatable $user, array $credentials, bool $force = false)
5151
{
5252
return '';
5353
}

tests/TestSupport/CustomUserProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function getAuthPasswordName()
3434
return '';
3535
}
3636

37-
public function rehashPasswordIfRequired()
37+
public function rehashPasswordIfRequired(Authenticatable $user, array $credentials, bool $force = false)
3838
{
3939
return '';
4040
}

0 commit comments

Comments
 (0)