mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-17 20:54:52 +08:00
fix global define bootstrapper relative path
This commit is contained in:
parent
4554bbc85b
commit
3f2bd69002
@ -8,6 +8,6 @@ class LoadGlobalDefines
|
||||
{
|
||||
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';
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user