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/FlushDatabaseQueryLog.php
<?php namespace Laravel\Octane\Listeners; class FlushDatabaseQueryLog { /** * Handle the event. * * @param mixed $event */ public function handle($event): void { if (! $event->sandbox->resolved('db')) { return; } foreach ($event->sandbox->make('db')->getConnections() as $connection) { $connection->flushQueryLog(); } } }
Copyright ©2021 || Defacer Indonesia