mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-21 15:45:36 +08:00
orgianze bootstrapper
This commit is contained in:
11
src/ZM/Bootstrap/LoadGlobalDefines.php
Normal file
11
src/ZM/Bootstrap/LoadGlobalDefines.php
Normal 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');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user