belongsTo(Reservation::class); } public function pricingRule() { return $this->belongsTo(PricingRule::class); } }