whoami7 - Manager
:
/
home
/
qbizpnmr
/
test.qbiztax.com
/
modules
/
PaypalStandard
/
Providers
/
Upload File:
files >> //home/qbizpnmr/test.qbiztax.com/modules/PaypalStandard/Providers/Event.php
<?php namespace Modules\PaypalStandard\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