From 50b6d79756c4904895bab2ced1839ba5da7dd8fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 21 Feb 2022 10:52:24 +0800 Subject: [PATCH] modify plugin name --- Model.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Model.php b/Model.php index f4b874c..6f09b85 100644 --- a/Model.php +++ b/Model.php @@ -297,7 +297,6 @@ class Model extends Base\Model { $data = $this->_attributes; $lists = di(Getter::class)->getGetter(static::class); - var_dump($lists); foreach ($lists as $key => $item) { $data[$key] = $this->{$item}($data[$key] ?? null); }