You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
12
hyhproject/common/behavior/InitConfig.php
Executable file
12
hyhproject/common/behavior/InitConfig.php
Executable file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace wstmart\common\behavior;
|
||||
/**
|
||||
* ============================================================================
|
||||
* 初始化基础数据
|
||||
*/
|
||||
class InitConfig
|
||||
{
|
||||
public function run(&$params){
|
||||
WSTConf('CONF',WSTConfig());
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user