From 9626e061b8d684421991a2f34eb8afb8d1358ef8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 21 Feb 2022 10:48:43 +0800 Subject: [PATCH] modify plugin name --- Model.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Model.php b/Model.php index 6f09b85..f4b874c 100644 --- a/Model.php +++ b/Model.php @@ -297,6 +297,7 @@ 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); }