diff --git a/src/UserProviderAbstract.php b/src/UserProviderAbstract.php index 5dcbb97..0712c1a 100644 --- a/src/UserProviderAbstract.php +++ b/src/UserProviderAbstract.php @@ -46,7 +46,6 @@ final public function getRepository(): UserRepositoryContract */ final public function rehashPasswordIfRequired(Authenticatable $user, array $credentials, bool $force = false): void { - } /**