Skip to content

Commit 9a085ee

Browse files
committed
Set targets to ListOf attribute
1 parent 8f3835a commit 9a085ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Attributes/ListOf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Composite\Entity\Attributes;
44

5-
#[\Attribute]
5+
#[\Attribute(\Attribute::TARGET_PARAMETER | \Attribute::TARGET_PROPERTY)]
66
class ListOf
77
{
88
public function __construct(

0 commit comments

Comments
 (0)