Sfoglia il codice sorgente

关闭调试模式

whj 4 anni fa
parent
commit
0765286d58
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      config/app.php

+ 1 - 1
config/app.php

xqd
@@ -44,7 +44,7 @@ return [
     |
     */
 
-    'debug' => env('APP_DEBUG', true),
+    'debug' => env('APP_DEBUG', false),
 
     /*
     |--------------------------------------------------------------------------