We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d6452 commit 017c9a2Copy full SHA for 017c9a2
src/Doctrine/EntityDetails.php
@@ -63,7 +63,7 @@ public function getFormFields()
63
}
64
65
foreach ($this->metadata->associationMappings as $fieldName => $relation) {
66
- if (ClassMetadata::ONE_TO_MANY !== $relation['type']) {
+ if (\Doctrine\ORM\Mapping\ClassMetadata::ONE_TO_MANY !== $relation['type']) {
67
$fields[] = $fieldName;
68
69
0 commit comments