This commit is contained in:
2023-07-20 17:12:31 +08:00
parent 0b1be47fb6
commit 2004391c9b
2 changed files with 815 additions and 815 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ class ConfigProvider
public function __construct()
{
$this->hashMap = new HashMap();
$this->load(sweep(APP_PATH . '/config'));
$this->load(sweep(APP_PATH . 'config'));
$this->enableEnvConfig(APP_PATH . '.env');
}