Skip to content

Commit

Permalink
Fix indentation in code example (laravel#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschwarz authored Mar 9, 2021
1 parent 0060990 commit cf967b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2.x/features/two-factor-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ use Laravel\Fortify\Features;
'features' => [
Features::registration(),
Features::resetPasswords(),
Features::emailVerification(),
Features::emailVerification(),
Features::updateProfileInformation(),
Features::updatePasswords(),
// Features::twoFactorAuthentication([
Expand Down

0 comments on commit cf967b0

Please sign in to comment.