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