Browse Source

[更新]修改默认配置

Anyon 7 years ago
parent
commit
58bcbabf1e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/app.php

+ 1 - 1
config/app.php

@@ -38,7 +38,7 @@ return [
     // 是否开启多语言
     'lang_switch_on'         => false,
     // 默认全局过滤方法 用逗号分隔多个
-    'default_filter'         => 'htmlentities,trim',
+    'default_filter'         => 'trim',
     // 默认语言
     'default_lang'           => 'zh-cn',
     // 应用类库后缀