From 21c36b28f829e269cdd805de020286c6f098bacf Mon Sep 17 00:00:00 2001 From: openlegends Date: Fri, 15 Mar 2024 00:12:26 +0200 Subject: [PATCH] fix config location path --- src/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Config.php b/src/Config.php index f897635..950691e 100644 --- a/src/Config.php +++ b/src/Config.php @@ -111,7 +111,7 @@ class Config } $configs[] = $this->_getConfig( - $filename + $location . DIRECTORY_SEPARATOR . $filename ); }