whoami7 - Manager
:
/
home
/
qbizpnmr
/
test.qbiztax.com
/
app
/
Listeners
/
Common
/
Upload File:
files >> //home/qbizpnmr/test.qbiztax.com/app/Listeners/Common/ClearPlansCache.php
<?php namespace App\Listeners\Common; use App\Events\Auth\UserDeleted; use App\Events\Common\CompanyDeleted; use App\Traits\Plans; use Illuminate\Events\Dispatcher; class ClearPlansCache { use Plans; public function handle($event): void { $this->clearPlansCache(); } public function subscribe(Dispatcher $events): array { return [ UserDeleted::class => 'handle', CompanyDeleted::class => 'handle', ]; } }
Copyright ©2021 || Defacer Indonesia