[ SendEmailVerificationNotification::class, ], 'App\Events\TwoFAccountDeleted' => [ 'App\Listeners\CleanIconStorage', ], 'App\Events\GroupDeleting' => [ 'App\Listeners\DissociateTwofaccountFromGroup', ], ]; /** * Register any events for your application. * * @return void */ public function boot() { // } }