remove deprecated Context class

This commit is contained in:
crazywhalecc
2023-01-08 16:50:19 +08:00
parent fe6c11b8af
commit b33f67bb27
4 changed files with 0 additions and 40 deletions

View File

@@ -54,9 +54,6 @@ $config['runtime'] = [
'timezone' => 'Asia/Shanghai',
];
/* 上下文接口类 implemented from ContextInterface */
$config['context_class'] = \ZM\Context\Context::class;
/* 允许加载插件形式 */
$config['plugin'] = [
'enable' => true,