diff --git a/config/app.php b/config/app.php index d97f4884c18..f52bf2d0dfc 100644 --- a/config/app.php +++ b/config/app.php @@ -13,7 +13,7 @@ | */ - 'debug' => env('APP_DEBUG'), + 'debug' => env('APP_DEBUG', false), /* |--------------------------------------------------------------------------