Skip to content

Commit

Permalink
Make Embeddable not transient
Browse files Browse the repository at this point in the history
  • Loading branch information
malarzm committed Jan 30, 2020
1 parent a236a83 commit 27cf31f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
Expand Up @@ -44,6 +44,7 @@ class AnnotationDriver extends AbstractAnnotationDriver
protected $entityAnnotationClasses = [
Mapping\Entity::class => 1,
Mapping\MappedSuperclass::class => 2,
Mapping\Embeddable::class => 3,
];

/**
Expand Down

0 comments on commit 27cf31f

Please sign in to comment.