Changed debug envar to APP_DEBUG

This commit is contained in:
Chris Kankiewicz
2020-02-25 14:21:53 -07:00
parent 5f8b556675
commit 04c49c5398
2 changed files with 2 additions and 5 deletions

View File

@@ -1,11 +1,8 @@
DEBUG=false
APP_DEBUG=false
APP_LANGUAGE=en
DARK_MODE=false
DISPLAY_READMES=true
ZIP_DOWNLOADS=true
GOOGLE_ANALYTICS_ID=false

View File

@@ -12,7 +12,7 @@ return [
*
* Default value: false
*/
'debug' => Helpers::env('DEBUG'),
'debug' => Helpers::env('APP_DEBUG'),
/**
* The application interface language.