Skip to content

Commit e796722

Browse files
authored
Merge pull request #22 from pimcore/AutomatedPR-from-7173635976
Automated PR
2 parents 4062705 + 98d9cd5 commit e796722

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

models/DataObject/Data/QuantityValueRange.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ public function toArray(): array
7777
return [
7878
'minimum' => $this->getMinimum(),
7979
'maximum' => $this->getMaximum(),
80+
'unitId' => $this->getUnitId(),
8081
];
8182
}
8283

0 commit comments

Comments
 (0)