From 9121e9272bd9bbeeb9601d6db147114cdf9b9ef4 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Mon, 9 Aug 2021 02:46:26 +0800 Subject: [PATCH] modify --- System/Abstracts/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/Abstracts/Config.php b/System/Abstracts/Config.php index 5b8295cb..2c8a1022 100644 --- a/System/Abstracts/Config.php +++ b/System/Abstracts/Config.php @@ -23,7 +23,7 @@ class Config extends Component const ERROR_MESSAGE = 'The not find %s in app configs.'; - protected mixed $data = null; + protected mixed $data = []; /**