Update: 2026-05-04 01:59:47
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user