Skip to content

Commit

Permalink
Add missing config
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed Sep 10, 2024
1 parent 33fc144 commit eadf71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Listeners/SendTwoFactorCodeListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ public function handle(TwoFactorAuthenticationChallenged | TwoFactorAuthenticati
{
/** @var mixed $user */
$user = $event->user;
$user->notify(app(SendOTP::class));
$user->notify(app(config('send_otp_class', SendOTP::class)));
}
}

0 comments on commit eadf71b

Please sign in to comment.