Andrew Wallo před 9 měsíci
rodič
revize
b7d1f74f01
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      config/debugbar.php

+ 1
- 1
config/debugbar.php Zobrazit soubor

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*',

Načítá se…
Zrušit
Uložit