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/StopWorkerIfNecessary.php
<?php namespace Laravel\Octane\Listeners; use Laravel\Octane\Contracts\Client; use Laravel\Octane\Contracts\StoppableClient; class StopWorkerIfNecessary { /** * Handle the event. * * @param mixed $event */ public function handle($event): void { $client = $event->sandbox->make(Client::class); if ($client instanceof StoppableClient) { $client->stop(); } } }
Copyright ©2021 || Defacer Indonesia