From 37b9731c24c6a40bdde1b3b07cf6a295864757d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 21 Jul 2021 11:38:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Annotation/Loader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 1bdb2578..3474ff9e 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -117,7 +117,7 @@ class Loader extends BaseObject if (!isset(static::$_methods[$class])) { return []; } - $properties = static::$_methods[$class]['methods']; + $properties = static::$_methods[$class]; if (!empty($method) && isset($properties[$method])) { return $properties[$method]; }