[ SendEmailVerificationNotification::class, ], FeedAddProcessed::class => [ AddFeedUsers::class, ], FeedRemoveProcessed::class => [ RemoveFeedUsers::class, ], // FeedUpdateProcessed::class => [ // UpdateFeedUsers::class, // ], ]; /** * Register any events for your application. * * @return void */ public function boot() { // } }