whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
Modules
/
Performance
/
Listeners
/
Upload File:
files >> /home/kckglobal/www/portal/Modules/Performance/Listeners/ObjectiveCreatedListener.php
<?php namespace Modules\Performance\Listeners; use Modules\Performance\Events\ObjectiveCreatedEvent; use Illuminate\Support\Facades\Notification; use Modules\Performance\Notifications\NotifyAssigneeForObjective; class ObjectiveCreatedListener { /** * Handle the event. */ public function handle(ObjectiveCreatedEvent $event) { Notification::send($event->owners, new NotifyAssigneeForObjective($event->objective)); } }
Copyright ©2021 || Defacer Indonesia