Andrew Wallo 6 月之前
父節點
當前提交
b7d1f74f01
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      config/debugbar.php

+ 1
- 1
config/debugbar.php 查看文件

14
      |
14
      |
15
      */
15
      */
16
 
16
 
17
-    'enabled' => env('DEBUGBAR_ENABLED', null),
17
+    'enabled' => env('DEBUGBAR_ENABLED', false),
18
     'hide_empty_tabs' => true, // Hide tabs until they have content
18
     'hide_empty_tabs' => true, // Hide tabs until they have content
19
     'except' => [
19
     'except' => [
20
         'telescope*',
20
         'telescope*',

Loading…
取消
儲存