/
home
/
sditechnicalteam
/
www
/
app
/
Listeners
/
File Upload :
llllll
Current File: /home/sditechnicalteam/www/app/Listeners/EstimateDeclinedListener.php
<?php namespace App\Listeners; use App\Events\EstimateDeclinedEvent; use App\Notifications\EstimateDeclined; use App\Models\User; use Illuminate\Support\Facades\Notification; class EstimateDeclinedListener { /** * Handle the event. * * @param EstimateDeclinedEvent $event * @return void */ public function handle(EstimateDeclinedEvent $event) { $company = $event->estimate->company; Notification::send(User::allAdmins($company->id), new EstimateDeclined($event->estimate)); } }
Copyright ©2k19 -
Hexid
|
Tex7ure