whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
app
/
Listeners
/
Upload File:
files >> /home/kckglobal/www/portal/app/Listeners/MonthlyAttendanceListener.php
<?php namespace App\Listeners; use App\Events\MonthlyAttendanceEvent; use App\Notifications\MonthlyAttendance; use Illuminate\Support\Facades\Notification; class MonthlyAttendanceListener { /** * Handle the event. */ public function handle(MonthlyAttendanceEvent $event) { Notification::send($event->user, new MonthlyAttendance($event->user)); } }
Copyright ©2021 || Defacer Indonesia