[ SendEmailVerificationNotification::class, ], SeedBoxRecordUpdated::class => [ RemoveSeedBoxRecordCache::class, ], TorrentUpdated::class => [ SyncTorrentToEs::class, TestTorrentUpdated::class, ], TorrentCreated::class => [ FetchTorrentImdb::class, ], TorrentDeleted::class => [ DeductUserBonusWhenTorrentDeleted::class, ], UserDisabled::class => [ RemoveOauthTokens::class, ], ]; /** * Register any events for your application. * * @return void */ public function boot() { // } }