From 0c249afb91f3f5342b0ac5286a1eefd06064115d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 26 Jan 2021 17:02:51 +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/HasBase.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Database/HasBase.php b/Database/HasBase.php index 337e056b..0ee4b802 100644 --- a/Database/HasBase.php +++ b/Database/HasBase.php @@ -28,8 +28,7 @@ abstract class HasBase */ protected mixed $model; - /** @var array */ - protected array $value = []; + protected mixed $value = []; /** @var Relation $_relation */