From 852d6f0af61cb332c7ff3c538d6fd5c2c822df22 Mon Sep 17 00:00:00 2001 From: whwyy Date: Wed, 15 Jul 2026 11:20:52 +0800 Subject: [PATCH] eee --- kiri-engine/Config/ConfigProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiri-engine/Config/ConfigProvider.php b/kiri-engine/Config/ConfigProvider.php index 2825eb63..1cca69b1 100644 --- a/kiri-engine/Config/ConfigProvider.php +++ b/kiri-engine/Config/ConfigProvider.php @@ -16,9 +16,9 @@ class ConfigProvider public function __construct() { $this->hashMap = new HashMap(); - $this->load(sweep(APP_PATH . 'config')); $this->enableEnvConfig(APP_PATH . '.env'); + $this->load(sweep(APP_PATH . 'config')); }