Merge branch '6.x'

This commit is contained in:
Graham Campbell 2020-03-06 11:48:34 +00:00
commit 36373983ad
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
|
*/
'debug' => env('APP_DEBUG', false),
'debug' => (bool) env('APP_DEBUG', false),
/*
|--------------------------------------------------------------------------