Andrew Wallo 6 달 전
부모
커밋
b7d1f74f01
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      config/debugbar.php

+ 1
- 1
config/debugbar.php 파일 보기

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

Loading…
취소
저장