whoami7 - Manager
:
/
home
/
qbizpnmr
/
arif.umairtax.com
/
vendor
/
laravel
/
octane
/
src
/
Upload File:
files >> /home/qbizpnmr/arif.umairtax.com/vendor/laravel/octane/src/DispatchesEvents.php
<?php namespace Laravel\Octane; use Illuminate\Contracts\Events\Dispatcher; use Illuminate\Foundation\Application; trait DispatchesEvents { /** * Dispatch the given event via the given application. * * @param mixed $event */ public function dispatchEvent(Application $app, $event): void { if ($app->bound(Dispatcher::class)) { $app[Dispatcher::class]->dispatch($event); } } }
Copyright ©2021 || Defacer Indonesia