mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-01 16:47:28 +00:00
144 - Testing the Event Listener
This commit is contained in:
@@ -13,8 +13,8 @@ class EventServiceProvider extends ServiceProvider
|
||||
* @var array
|
||||
*/
|
||||
protected $listen = [
|
||||
'App\Events\SomeEvent' => [
|
||||
'App\Listeners\EventListener',
|
||||
'App\Events\ConcertAdded' => [
|
||||
'App\Listeners\SchedulePosterImageProcessing',
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user