This commit is contained in:
amb
2026-09-03 16:38:32 +08:00
parent 482bece22e
commit ba0d245f31
2 changed files with 1 additions and 6 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ return [
// 应用命名空间
'app_namespace' => 'app',
// 应用调试模式
'app_debug' => Env::get('app.debug', true),
'app_debug' => Env::get('app.debug', false),
// 应用Trace
'app_trace' => Env::get('app.trace', false),
// 应用模式状态
-5
View File
@@ -1,10 +1,5 @@
<?php
// 开启完整错误显示(调试用)
error_reporting(E_ALL);
ini_set('display_errors', '1');
ini_set('display_startup_errors', '1');
// +----------------------------------------------------------------------
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
// +----------------------------------------------------------------------