From 38bbc38113e2f2ad8d38a43b8d9eacea9ebf4bbe Mon Sep 17 00:00:00 2001 From: Hamza-Ayed Date: Sun, 3 May 2026 01:04:55 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20=D9=85=D9=8F=D8=B5=D8=A7=D8=AF?= =?UTF-8?q?=D9=8E=D9=82:=20=D8=AA=D8=AD=D8=AF=D9=8A=D8=AB=20=D9=88=D8=AA?= =?UTF-8?q?=D8=B7=D9=88=D9=8A=D8=B1=20=D8=A7=D9=84=D9=86=D8=B8=D8=A7=D9=85?= =?UTF-8?q?=202026-05-03=2001:04?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Core/Application.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Core/Application.php b/app/Core/Application.php index 3357ac7..95b2503 100644 --- a/app/Core/Application.php +++ b/app/Core/Application.php @@ -14,8 +14,8 @@ final class Application public function __construct(string $basePath) { - // 1. Load Environment Variables - $dotenv = Dotenv::createImmutable($basePath); + // 1. Load Environment Variables (Look one level up from Application folder) + $dotenv = Dotenv::createImmutable(dirname($basePath)); $dotenv->load(); // 2. Set Timezone