hasMany(DiscountItem::class); } public function customerGroup() { return $this->belongsTo(CustomerGroup::class); } public function location() { return $this->belongsTo(Location::class); } }