Update: 2026-05-04 01:59:47

This commit is contained in:
Hamza-Ayed
2026-05-04 01:59:47 +03:00
parent 3976a5346b
commit 5dd8fe46f3
2 changed files with 8 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
declare(strict_types=1);
// 1. Basic Constants
define('ROOT_PATH', dirname(__DIR__, 2));
define('ROOT_PATH', realpath(dirname(__DIR__, 2)));
define('APP_PATH', ROOT_PATH . '/app');
define('STORAGE_PATH', ROOT_PATH . '/storage');