'array', 'out_source' => 'array', ]; public function coupon() { return $this->hasOne(Coupon::class, 'redemptionCode', 'mkt_code'); } }