diff --git a/src/Annotation/ForeignKey.php b/src/Annotation/ForeignKey.php index f77bea6d..37b593af 100644 --- a/src/Annotation/ForeignKey.php +++ b/src/Annotation/ForeignKey.php @@ -10,9 +10,7 @@ /** * @Annotation - * * @NamedArgumentConstructor - * * @Target({"PROPERTY", "ANNOTATION", "CLASS"}) */ #[\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_CLASS | \Attribute::IS_REPEATABLE)]