Fixed typo
This commit is contained in:
parent
6d85779f4d
commit
87e06993d6
@ -1377,7 +1377,7 @@ class ClassMetadataInfo implements ClassMetadata
|
||||
}
|
||||
|
||||
if (isset($mapping['id']) && $mapping['id'] === true && $mapping['type'] & self::TO_MANY) {
|
||||
throw MappingException::illegalToManyIdentifierAssoaction($this->name, $mapping['fieldName']);
|
||||
throw MappingException::illegalToManyIdentifierAssociation($this->name, $mapping['fieldName']);
|
||||
}
|
||||
|
||||
// Fetch mode. Default fetch mode to LAZY, if not set.
|
||||
|
Loading…
x
Reference in New Issue
Block a user