Skip to content

Commit

Permalink
Merge pull request #280 from majdghithan/patch-2
Browse files Browse the repository at this point in the history
Update 2FA class name in install command response
  • Loading branch information
jeffgreco13 authored Nov 9, 2023
2 parents b4ecdd3 + 98b1c76 commit abe5859
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 abe5859

Please sign in to comment.