Normalization of Context class

This commit is contained in:
whale
2020-04-15 10:55:10 +08:00
parent 676527205f
commit 1d2aaf3c99
8 changed files with 70 additions and 19 deletions

View File

@@ -64,4 +64,7 @@ $config['init_atomics'] = [
/** 自动保存的缓存保存时间(秒) */
$config['auto_save_interval'] = 900;
return $config;
/** 上下文接口类 implemented from ContextInterface */
$config['context_class'] = \ZM\Context\Context::class;
return $config;