Files
orico-official-website-old/app/common/behavior/ActionLog.php
2024-10-29 14:04:59 +08:00

22 lines
281 B
PHP
Executable File

<?php
namespace app\common\behavior;
use think\Config;
use think\Cache;
use think\Loader;
use think\Hook;
/**
* Description of SystemConfig
* 系统配置初始化
*/
class SystemConfig {
//记录行为
public function run() {
}
}