Pull in latest laravel/laravel changes

This commit is contained in:
Jonny Barnes 2017-03-27 19:10:51 +01:00
parent 997ade3c34
commit f2d8a5091d
8 changed files with 18 additions and 13 deletions

View file

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