Skip to content

Commit 4daa5e7

Browse files
committed
Removed unused varibale $userModel from 2fa service provider class.
1 parent f4d67db commit 4daa5e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TwoFactorAuthenticationServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function boot()
4242
*/
4343
public static function determineUserModel(): string
4444
{
45-
return $userModel = config('2fa-config.model');
45+
return config('2fa-config.model');
4646
}
4747

4848
/**

0 commit comments

Comments
 (0)