From 47d71327fb819a2cd08bce7ce3d7115e66ad8ca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 5 Mar 2021 18:22:26 +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/ActiveRecord.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/Database/ActiveRecord.php b/Database/ActiveRecord.php index 67bb013c..b5aed196 100644 --- a/Database/ActiveRecord.php +++ b/Database/ActiveRecord.php @@ -269,8 +269,6 @@ class ActiveRecord extends BaseActiveRecord { $data = $this->_attributes; foreach ($this->getAnnotation(self::ANNOTATION_GET) as $key => $item) { - - var_dump($data, $key); if (!isset($data[$key])) continue; $data[$key] = $this->runAnnotation($key, $data[$key] ?? null);