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