@@ -19,7 +19,7 @@ return [
'app_namespace' => 'app',
// 应用调试模式
'app_debug' => Env::get('app.debug', false),
- 'app_debug' => true,
+ 'app_debug' => false,
// 应用Trace
'app_trace' => Env::get('app.trace', false),
'app_trace' => true,