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