From cfcc12dcee758d5e88d5b9fa61f93680c4c096a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 2 Apr 2021 18:41:25 +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 --- System/Abstracts/BaseApplication.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/System/Abstracts/BaseApplication.php b/System/Abstracts/BaseApplication.php index b704d8b4..a4250d03 100644 --- a/System/Abstracts/BaseApplication.php +++ b/System/Abstracts/BaseApplication.php @@ -426,16 +426,6 @@ abstract class BaseApplication extends Service } - /** - * @return SAnnotation - * @throws Exception - */ - public function getAttributes(): SAnnotation - { - return $this->get('attributes'); - } - - /** * @return SAnnotation * @throws Exception