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