mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-09-03 05:41:38 +08:00
修正
This commit is contained in:
@@ -57,8 +57,8 @@ class App
|
||||
Session::init($config['session']);
|
||||
}
|
||||
//判断,如果启动SocketLog调试, 进行SocketLog配置
|
||||
if($config['slog']['enable']) {
|
||||
slog::config($config['slog']);
|
||||
if ($config['slog']['enable']) {
|
||||
\org\Slog::config($config['slog']);
|
||||
}
|
||||
|
||||
// 应用URL调度
|
||||
|
||||
Reference in New Issue
Block a user