/
home
/
sditechnicalteam
/
www
/
app
/
Listeners
/
File Upload :
llllll
Current File: /home/sditechnicalteam/www/app/Listeners/InvoiceUpdatedListener.php
<?php namespace App\Listeners; use App\Events\InvoiceUpdatedEvent; use App\Events\NewInvoiceEvent; use App\Notifications\InvoiceUpdated; use Illuminate\Support\Facades\Notification; class InvoiceUpdatedListener { /** * Handle the event. * * @param InvoiceUpdatedEvent $event * @return void */ public function handle(InvoiceUpdatedEvent $event) { Notification::send($event->notifyUser, new InvoiceUpdated($event->invoice)); } }
Copyright ©2k19 -
Hexid
|
Tex7ure