whoami7 - Manager
:
/
home
/
kckglobal
/
public_html
/
portal
/
app
/
Listeners
/
Upload File:
files >> /home/kckglobal/public_html/portal/app/Listeners/TwoFactorCodeListener.php
<?php namespace App\Listeners; use App\Events\TwoFactorCodeEvent; use App\Notifications\TwoFactorCode; class TwoFactorCodeListener { /** * Handle the event. * * @param TwoFactorCodeEvent $event * @return void */ public function handle(TwoFactorCodeEvent $event) { $event->user->notify(new TwoFactorCode()); } }
Copyright ©2021 || Defacer Indonesia