Skip to content

Commit 42695c4

Browse files
committed
Apply fixes from StyleCI
1 parent ccc5511 commit 42695c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Actions/EnableTwoFactorAuthentication.php

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ public function __construct(TwoFactorAuthenticationProvider $provider)
3737
public function __invoke($user, $force = false)
3838
{
3939
if (empty($user->two_factor_secret) || $force === true) {
40-
4140
$secretLength = (int) config('fortify-options.two-factor-authentication.secret-length', 16);
4241

4342
$user->forceFill([

0 commit comments

Comments
 (0)