From b255e06b92ca10a21ded3567366a6c3c5f1c0a9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 23 Feb 2021 19:04:10 +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 --- Database/Base/BaseActiveRecord.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Database/Base/BaseActiveRecord.php b/Database/Base/BaseActiveRecord.php index 3dae5180..5e88044d 100644 --- a/Database/Base/BaseActiveRecord.php +++ b/Database/Base/BaseActiveRecord.php @@ -93,7 +93,7 @@ abstract class BaseActiveRecord extends Component implements IOrm, ArrayAccess */ public function clean() { - $this->debug(get_called_class() . ' clean after request.'); + $this->error(get_called_class() . ' clean after request.'); $this->_attributes = []; $this->_oldAttributes = []; }