From 1793fa36678a19bf9550e7b0f63dbb1a38951016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Sun, 23 Apr 2023 11:00:05 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Base/Model.php b/Base/Model.php index 205d01d..e6bf1c0 100644 --- a/Base/Model.php +++ b/Base/Model.php @@ -137,7 +137,7 @@ abstract class Model extends Component implements ModelInterface, ArrayAccess, T /** * object init */ - public function clean() + public function clean(): void { $this->_attributes = []; $this->_oldAttributes = [];