From ebe6f5917c883c3b3591e8d04df0d7247bcb1b03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Koz=C3=A1k?= Date: Fri, 10 Mar 2023 09:10:10 +0100 Subject: [PATCH] Add Attribute::TARGET_CLASS for Areas attribute --- Annotation/Areas.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Annotation/Areas.php b/Annotation/Areas.php index 4d8c805d5..ce64ab128 100644 --- a/Annotation/Areas.php +++ b/Annotation/Areas.php @@ -14,7 +14,7 @@ /** * @Annotation */ -#[\Attribute(\Attribute::TARGET_METHOD)] +#[\Attribute(\Attribute::TARGET_CLASS | \Attribute::TARGET_METHOD)] final class Areas { /** @var string[] */