orgianze bootstrapper

This commit is contained in:
sunxyw
2022-11-08 17:28:07 +08:00
parent 74ba4d0145
commit aa29dc99f3
9 changed files with 210 additions and 93 deletions

View File

@@ -0,0 +1,11 @@
<?php
namespace ZM\Bootstrap;
class LoadGlobalDefines
{
public function bootstrap(array $config): void
{
require zm_dir(SOURCE_ROOT_DIR . '/src/Globals/global_defines_framework.php');
}
}