Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored and StyleCIBot committed Oct 30, 2021
1 parent 3d334f6 commit 93bc692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TwoFactorAuthenticatable.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function hasEnabledTwoFactorAuthentication()
{
return ! is_null($this->two_factor_secret);
}

/**
* Get the user's two factor authentication recovery codes.
*
Expand Down

0 comments on commit 93bc692

Please sign in to comment.