From 54b451856d8387d51fdc0612723c74133bee8ce6 Mon Sep 17 00:00:00 2001 From: F4NNIU Date: Tue, 27 Nov 2018 12:26:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=20FastAdmin=20=E5=90=8E=E5=8F=B0?= =?UTF-8?q?=E5=BB=BA=E8=AE=AE=E5=B0=86=20trace=20=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/config.php b/application/config.php index 823b5b6c..13c39414 100755 --- a/application/config.php +++ b/application/config.php @@ -19,7 +19,7 @@ return [ 'app_namespace' => 'app', // 应用调试模式 'app_debug' => Env::get('app.debug', false), - // 应用Trace + // 应用Trace,在 FastAdmin 后台建议将 trace 关闭 'app_trace' => Env::get('app.trace', false), // 应用模式状态 'app_status' => '',