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