whoami7 - Manager
:
/
home
/
qbizpnmr
/
test.qbiztax.com
/
app
/
Listeners
/
Email
/
Upload File:
files >> //home/qbizpnmr/test.qbiztax.com/app/Listeners/Email/ReportTooManyEmailsSent.php
<?php namespace App\Listeners\Email; use App\Exceptions\Common\TooManyEmailsSent; use App\Events\Email\TooManyEmailsSent as Event; class ReportTooManyEmailsSent { public function handle(Event $event): void { report(new TooManyEmailsSent('Too many emails sent!')); } }
Copyright ©2021 || Defacer Indonesia