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