fixes annotation context
This commit is contained in:
parent
4f6c15099a
commit
f86abd81dd
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ namespace Doctrine\ORM\Mapping;
|
|||
|
||||
/**
|
||||
* @Annotation
|
||||
* @Target("PROPERTY")
|
||||
* @Target("CLASS")
|
||||
*/
|
||||
final class Embeddable implements Annotation
|
||||
{
|
||||
|
|
|
@ -21,7 +21,7 @@ namespace Doctrine\ORM\Mapping;
|
|||
|
||||
/**
|
||||
* @Annotation
|
||||
* @Target("CLASS")
|
||||
* @Target("PROPERTY")
|
||||
*/
|
||||
final class Embedded implements Annotation
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue