Skip to content

Commit

Permalink
Update 2FA class name in install command response
Browse files Browse the repository at this point in the history
  • Loading branch information
majdghithan authored Nov 3, 2023
1 parent a3adb7e commit 98b1c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/Install.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function handle()
]);
if ($this->confirm("Do you want to run migrations now?",true)){
$this->call("migrate");
$this->info("You may now enable 2FA by appending ->twoFactorAuthentication() to BreezyPlugin::make(). See the docs for more info.");
$this->info("You may now enable 2FA by appending ->enableTwoFactorAuthentication() to BreezyPlugin::make(). See the docs for more info.");
} else {
$this->warn("You must run migrations before using Breezy.");
}
Expand Down

0 comments on commit 98b1c76

Please sign in to comment.