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