whoami7 - Manager
:
/
home
/
kckglobal
/
public_html
/
portal
/
app
/
Listeners
/
Upload File:
files >> /home/kckglobal/public_html/portal/app/Listeners/PromotionAddedListener.php
<?php namespace App\Listeners; use App\Events\PromotionAddedEvent; use App\Notifications\PromotionAdded; use Illuminate\Support\Facades\Notification; class PromotionAddedListener { /** * Handle the event. * * @param PromotionAddedEvent $event * @return void */ public function handle(PromotionAddedEvent $event): void { Notification::send($event->user, new PromotionAdded($event->promotion)); } }
Copyright ©2021 || Defacer Indonesia