whoami7 - Manager
:
/
home
/
qbizpnmr
/
test.qbiztax.com
/
modules
/
OfflinePayments
/
Providers
/
Upload File:
files >> /home/qbizpnmr/test.qbiztax.com/modules/OfflinePayments/Providers/Event.php
<?php namespace Modules\OfflinePayments\Providers; use Illuminate\Foundation\Support\Providers\EventServiceProvider as Provider; class Event extends Provider { /** * Determine if events and listeners should be automatically discovered. * * @return bool */ public function shouldDiscoverEvents() { return true; } /** * Get the listener directories that should be used to discover events. * * @return array */ protected function discoverEventsWithin() { return [ __DIR__ . '/../Listeners', ]; } }
Copyright ©2021 || Defacer Indonesia