whoami7 - Manager
:
/
home
/
kckglobal
/
public_html
/
portal
/
app
/
Listeners
/
Upload File:
files >> /home/kckglobal/public_html/portal/app/Listeners/BulkShiftListener.php
<?php namespace App\Listeners; use App\Events\BulkShiftEvent; use App\Notifications\BulkShiftNotification; use Illuminate\Support\Facades\Notification; class BulkShiftListener { public function handle(BulkShiftEvent $event) { Notification::send($event->userData, new BulkShiftNotification($event->userData, $event->dateRange, $event->userId)); } }
Copyright ©2021 || Defacer Indonesia