From c5b4f4795b159da3cff4593dbeb6b5167eaf3adc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Fri, 14 Jan 2022 14:15:34 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E6=94=B9=E5=90=8D"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit fdf58326 --- Annotation/Get.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Annotation/Get.php b/Annotation/Get.php index c0c1574..fbc7bb1 100644 --- a/Annotation/Get.php +++ b/Annotation/Get.php @@ -13,7 +13,7 @@ use Exception; * Class Get * @package Annotation\Model */ -#[Attribute(Attribute::TARGET_METHOD)] class Get extends \Annotation\Attribute +#[Attribute(Attribute::TARGET_METHOD)] class Get extends \Kiri\Annotation\Attribute {