turn off debug switch

pull/64/head
HFO4 8 years ago
parent 36e6526259
commit f5d69ebdae

@ -18,7 +18,7 @@ return [
// 应用命名空间
'app_namespace' => 'app',
// 应用调试模式
'app_debug' => true,
'app_debug' => false,
// 应用Trace
'app_trace' => false,
// 应用模式状态

Loading…
Cancel
Save