belongsTo(UnitPrice::class); } public function purchaseRequestMachine() { return $this->belongsTo(PurchaseRequestMachine::class); } }