Merge branch '6.x'

This commit is contained in:
Graham Campbell
2020-03-06 11:48:34 +00:00

View File

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