release updates

disabled debug mode in default configuration
This commit is contained in:
Manish Verma
2017-05-04 02:41:44 +05:30
parent e72e99e546
commit 7108cf8b63
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ return [
| application. If disabled, a simple generic error page is shown. | application. If disabled, a simple generic error page is shown.
| |
*/ */
'debug' => env('APP_DEBUG', true), 'debug' => env('APP_DEBUG', false),
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| Error Log | Error Log