From 03c908e4da0952d64c61449109acb4e60a91cb35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Wed, 5 Apr 2023 14:09:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Base/Model.php | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/Base/Model.php b/Base/Model.php index 942c334..d7ca72a 100644 --- a/Base/Model.php +++ b/Base/Model.php @@ -99,21 +99,6 @@ abstract class Model extends Component implements ModelInterface, ArrayAccess, T protected array $_with = []; - protected Getter $overrideGetter; - - protected Setter $overrideSetter; - - - /** - * @param array $config - * @throws Exception - */ -// public function __construct(array $config = []) -// { -// parent::__construct($config); -// } - - /** * @return array */