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