Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect exception message for ManyToOne attribute in embeddable…
… class (#11536) When a ManyToOne attribute is encountered on an Embeddable class, the exception message reads "Attribute "Doctrine\ORM\Mapping\OneToMany" on embeddable [class] is not allowed.". This should be "Doctrine\ORM\Mapping\ManyToOne" on embeddable [class] is not allowed.".
- Loading branch information