Browse Source

Merge pull request #3323 from EliuFlorez/patch-15

Update app.php
Taylor Otwell 9 years ago
parent
commit
7ac2f3782c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/app.php

+ 1 - 1
config/app.php

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