/
home
/
sditechnicalteam
/
www
/
app
/
Listeners
/
File Upload :
llllll
Current File: //home/sditechnicalteam/www/app/Listeners/InvoiceReminderAfterListener.php
<?php namespace App\Listeners; use App\Events\InvoiceReminderAfterEvent; use App\Notifications\InvoiceReminderAfter; use Notification; class InvoiceReminderAfterListener { /** * Create the event listener. * * @return void */ public function handle(InvoiceReminderAfterEvent $event) { Notification::send($event->notifyUser, new InvoiceReminderAfter($event->invoice)); } }
Copyright ©2k19 -
Hexid
|
Tex7ure