🚀 مُصادَق: تحديث وتطوير النظام 2026-05-03 01:04

This commit is contained in:
Hamza-Ayed
2026-05-03 01:04:55 +03:00
parent e404a13764
commit 38bbc38113

View File

@@ -14,8 +14,8 @@ final class Application
public function __construct(string $basePath) public function __construct(string $basePath)
{ {
// 1. Load Environment Variables // 1. Load Environment Variables (Look one level up from Application folder)
$dotenv = Dotenv::createImmutable($basePath); $dotenv = Dotenv::createImmutable(dirname($basePath));
$dotenv->load(); $dotenv->load();
// 2. Set Timezone // 2. Set Timezone