whoami7 - Manager
:
/
home
/
kckglobal
/
public_html
/
portal
/
app
/
Listeners
/
Upload File:
files >> /home/kckglobal/public_html/portal/app/Listeners/EventInviteMentionListener.php
<?php namespace App\Listeners; use App\Events\EventInviteMentionEvent; use App\Notifications\EventInviteMention; use Illuminate\Support\Facades\Notification; class EventInviteMentionListener { /** * Handle the event. * * @param EventInviteMentionEvent $event * @return void */ public function handle(EventInviteMentionEvent $event) { Notification::send($event->notifyUser, new EventInviteMention($event->event)); } }
Copyright ©2021 || Defacer Indonesia