/
home
/
sditechnicalteam
/
www
/
app
/
Listeners
/
File Upload :
llllll
Current File: /home/sditechnicalteam/www/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 ©2k19 -
Hexid
|
Tex7ure