Skip to content

Commit 27cf31f

Browse files
authored
Make Embeddable not transient
1 parent a236a83 commit 27cf31f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ class AnnotationDriver extends AbstractAnnotationDriver
4444
protected $entityAnnotationClasses = [
4545
Mapping\Entity::class => 1,
4646
Mapping\MappedSuperclass::class => 2,
47+
Mapping\Embeddable::class => 3,
4748
];
4849

4950
/**

0 commit comments

Comments
 (0)