/
home
/
sditechnicalteam
/
www
/
app
/
Listeners
/
File Upload :
llllll
Current File: /home/sditechnicalteam/www/app/Listeners/TwoFactorCodeListener.php
<?php namespace App\Listeners; use App\Events\TwoFactorCodeEvent; use App\Notifications\TwoFactorCode; class TwoFactorCodeListener { /** * Handle the event. * * @param \App\Events\TwoFactorCodeEvent $event * @return void */ public function handle(TwoFactorCodeEvent $event) { $event->user->notify(new TwoFactorCode()); } }
Copyright ©2k19 -
Hexid
|
Tex7ure