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