2019-09-06 23:53:10 +08:00

12 lines
264 B
PHP
Executable File

<?php
namespace wstmart\common\behavior;
/**
* ============================================================================
* 初始化基础数据
*/
class InitConfig
{
public function run(&$params){
WSTConf('CONF',WSTConfig());
}
}