Skip to content

Commit f36b9e0

Browse files
committed
Fix property name
1 parent 973eeac commit f36b9e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PropertyProcessor/Property/AbstractPropertyProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ protected function addComposedValueValidator(PropertyInterface $property, array
112112
new PropertyCollectionProcessor(),
113113
$this->schemaProcessor,
114114
$this->schema,
115-
$property->getName() . '_composed_' . uniqid(),
115+
$property->getName(),
116116
[
117117
'type' => $composedValueKeyword,
118118
'propertyData' => $propertyData,

0 commit comments

Comments
 (0)