1
This commit is contained in:
@@ -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),
|
||||
// 应用模式状态
|
||||
|
||||
Reference in New Issue
Block a user