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