From 538487587fd50454be9d287ba6bb9c585201b0c9 Mon Sep 17 00:00:00 2001 From: Akihito Koriyama Date: Sun, 10 Sep 2023 00:53:28 +0900 Subject: [PATCH] Revert "Do not set unexpected property" This reverts commit 46501392f2870af6b8b02f966c75dd8f8f2b1fbd. --- src/Annotations/Get.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Annotations/Get.php b/src/Annotations/Get.php index 28dc3f921..db4d22f37 100644 --- a/src/Annotations/Get.php +++ b/src/Annotations/Get.php @@ -9,6 +9,7 @@ /** * @Annotation */ +#[\AllowDynamicProperties] class Get extends Operation { /** @inheritdoc */