[ \App\Listeners\CreateProductViewLog::class, ], \App\Events\OrderPaid::class => [ \App\Listeners\OrderPaidNotify::class, \App\Listeners\SendCoupons::class, \App\Listeners\OrderPackage::class, \App\Listeners\OrderDistribute::class ], ]; /** * Register any events for your application. * * @return void */ public function boot() { // } }