From ed03da5d93af329d1dcbbfd65efebf50b5f17f50 Mon Sep 17 00:00:00 2001 From: devil_gong Date: Tue, 8 Jan 2019 16:45:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=ADdebug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 2007050a8..9fb2584c0 100755 --- a/config/app.php +++ b/config/app.php @@ -19,7 +19,7 @@ return [ // 应用地址 'app_host' => '', // 应用调试模式 - 'app_debug' => true, + 'app_debug' => false, // 应用Trace 'app_trace' => false, // 是否支持多模块 -- GitLab