Skip to content

Commit

Permalink
Add Attribute::TARGET_CLASS for Areas attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Kozzi11 authored and GuilhemN committed Apr 17, 2023
1 parent b5330db commit ebe6f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Annotation/Areas.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* @Annotation
*/
#[\Attribute(\Attribute::TARGET_METHOD)]
#[\Attribute(\Attribute::TARGET_CLASS | \Attribute::TARGET_METHOD)]
final class Areas
{
/** @var string[] */
Expand Down

0 comments on commit ebe6f59

Please sign in to comment.