From 010c140018505bd00b46d073a44fefb3c834ff43 Mon Sep 17 00:00:00 2001 From: sigitas Date: Fri, 17 Apr 2015 12:17:15 +0300 Subject: [PATCH] default settings restored --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index abde67d6c506..a8dd21bff24c 100644 --- a/config/app.php +++ b/config/app.php @@ -13,7 +13,7 @@ return [ | */ - 'debug' => env('APP_DEBUG', 'true'), + 'debug' => env('APP_DEBUG', ''), /* |--------------------------------------------------------------------------