whoami7 - Manager
:
/
home
/
kckglobal
/
public_html
/
portal
/
app
/
Listeners
/
Upload File:
files >> /home/kckglobal/public_html/portal/app/Listeners/RemovalRequestAdminLeadListener.php
<?php namespace App\Listeners; use App\Events\RemovalRequestAdminLeadEvent; use App\Notifications\RemovalRequestAdminNotification; use App\Models\User; use Illuminate\Support\Facades\Notification; class RemovalRequestAdminLeadListener { /** * Handle the event. * * @param RemovalRequestAdminLeadEvent $event * @return void */ // phpcs:ignore public function handle(RemovalRequestAdminLeadEvent $event) { Notification::send(User::allAdmins($event->removalRequestLead->company->id), new RemovalRequestAdminNotification()); } }
Copyright ©2021 || Defacer Indonesia