mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-05 22:52:49 +08:00
还原
This commit is contained in:
@@ -79,9 +79,6 @@ class App
|
||||
Session::init($config['session']);
|
||||
}
|
||||
|
||||
// 日志初始化
|
||||
Log::init($config['log']);
|
||||
|
||||
if (empty(self::$dispatch['type'])) {
|
||||
// 未指定调度类型 则进行URL路由检测
|
||||
self::route($config);
|
||||
|
||||
Reference in New Issue
Block a user