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