fixes annotation context
This commit is contained in:
parent
4f6c15099a
commit
f86abd81dd
@ -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…
Reference in New Issue
Block a user