mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-23 16:45:35 +08:00
fix global define bootstrapper relative path
This commit is contained in:
@@ -8,6 +8,6 @@ class LoadGlobalDefines
|
|||||||
{
|
{
|
||||||
public function bootstrap(array $config): void
|
public function bootstrap(array $config): void
|
||||||
{
|
{
|
||||||
require zm_dir(SOURCE_ROOT_DIR . '/src/Globals/global_defines_framework.php');
|
require FRAMEWORK_ROOT_DIR . '/src/Globals/global_defines_framework.php';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user