couponData = $couponData; } /** * Execute the job. * * @return void */ public function handle() { MemberCoupon::insert($this->couponData); } }