We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 838dc1d commit e8f22d1Copy full SHA for e8f22d1
src/PassportUserProvider.php
@@ -83,4 +83,8 @@ public function getProviderName()
83
{
84
return $this->providerName;
85
}
86
+
87
+ public function rehashPasswordIfRequired(Authenticatable $user, #[\SensitiveParameter] array $credentials, bool $force = false) {
88
+ return $this->provider->rehashPasswordIfRequired($user, $credentials, $force);
89
+ }
90
0 commit comments