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 = []; /**