rename example event

This commit is contained in:
Taylor Otwell 2017-03-25 21:17:09 -05:00
parent 5052f14fc4
commit 605ffb9ba9
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class EventServiceProvider extends ServiceProvider
* @var array * @var array
*/ */
protected $listen = [ protected $listen = [
'App\Events\SomeEvent' => [ 'App\Events\Event' => [
'App\Listeners\EventListener', 'App\Listeners\EventListener',
], ],
]; ];