[ SendEmailVerificationNotification::class, ], OrderCreated::class => [ AutoCloseOrder::class, ], OrderPaid::class => [ OrderPaiddListener::class, ], ]; /** * Register any events for your application. * * @return void */ public function boot() { parent::boot(); // } }