This commit is contained in:
2026-07-15 11:20:52 +08:00
parent e5540c403a
commit 852d6f0af6
+1 -1
View File
@@ -16,9 +16,9 @@ class ConfigProvider
public function __construct() public function __construct()
{ {
$this->hashMap = new HashMap(); $this->hashMap = new HashMap();
$this->load(sweep(APP_PATH . 'config'));
$this->enableEnvConfig(APP_PATH . '.env'); $this->enableEnvConfig(APP_PATH . '.env');
$this->load(sweep(APP_PATH . 'config'));
} }