From 90ca8cf82210d09469073aaf1a47099cc4459034 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 3 Sep 2020 15:24:24 +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 --- 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 d33fd806..20ebd329 100644 --- a/system/Abstracts/Config.php +++ b/system/Abstracts/Config.php @@ -22,7 +22,7 @@ class Config extends Component const ERROR_MESSAGE = 'The not find :key in app configs.'; - private $data; + public $data; /**