From dd9966016b70ae1d1099121f02599d1e46a116d3 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Mon, 9 Aug 2021 02:45:52 +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 571f5e47..5b8295cb 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; + protected mixed $data = null; /**