change default

This commit is contained in:
Taylor Otwell 2017-07-11 16:53:04 -05:00
parent d0ce75926f
commit d75800052d
1 changed files with 5 additions and 3 deletions

View File

@ -8,12 +8,14 @@
class EventServiceProvider extends ServiceProvider class EventServiceProvider extends ServiceProvider
{ {
/** /**
* The event listeners for the application. * The event listener mappings for the application.
* *
* @var array * @var array
*/ */
protected $listeners = [ protected $listen = [
// 'App\Events\Event' => [
'App\Listeners\EventListener',
],
]; ];
/** /**