Skip to content

Commit

Permalink
AttributeConfigFor is now repeatable, fixes #227
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikbosch committed Sep 2, 2024
1 parent 59c68ba commit 1116e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Attribute/AttributeConfigFor.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

use Attribute;

#[Attribute(Attribute::TARGET_CLASS)]
#[Attribute(Attribute::TARGET_CLASS | Attribute::IS_REPEATABLE)]
class AttributeConfigFor
{
private string $className;
Expand Down

0 comments on commit 1116e1b

Please sign in to comment.