updated configs

This commit is contained in:
denisdulici
2020-03-13 10:34:12 +03:00
parent c73dc28782
commit 9fa6a2c54b
6 changed files with 17 additions and 17 deletions

View File

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