turn off debug

pull/65/head
HFO4 8 years ago
parent 487f4e3139
commit b1f2774d41

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

Loading…
Cancel
Save