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/FlushAuthenticationState.php
<?php namespace Laravel\Octane\Listeners; class FlushAuthenticationState { /** * Handle the event. * * @param mixed $event */ public function handle($event): void { if ($event->sandbox->resolved('auth.driver')) { $event->sandbox->forgetInstance('auth.driver'); } if ($event->sandbox->resolved('auth')) { with($event->sandbox->make('auth'), function ($auth) use ($event) { $auth->setApplication($event->sandbox); $auth->forgetGuards(); }); } } }
Copyright ©2021 || Defacer Indonesia