/
home
/
sditechnicalteam
/
www
/
app
/
Listeners
/
File Upload :
llllll
Current File: //home/sditechnicalteam/www/app/Listeners/EmployeeShiftScheduleListener.php
<?php namespace App\Listeners; use App\Events\EmployeeShiftScheduleEvent; use App\Notifications\ShiftScheduled; use Illuminate\Support\Facades\Notification; class EmployeeShiftScheduleListener { /** * Handle the event. * * @param \App\Events\EmployeeShiftScheduleEvent $event * @return void */ public function handle(EmployeeShiftScheduleEvent $event) { Notification::send($event->employeeShiftSchedule->user, new ShiftScheduled($event->employeeShiftSchedule)); } }
Copyright ©2k19 -
Hexid
|
Tex7ure