144 - Testing the Event Listener

This commit is contained in:
Adam Wathan
2017-11-14 16:41:09 -05:00
parent 5e45bfc693
commit 6e1924e5c9
4 changed files with 90 additions and 2 deletions

View File

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