Force default timezone to UTC; move helpers.php

This commit is contained in:
Nabeel Shahzad
2017-12-10 08:47:03 -06:00
parent f2add8908b
commit 3c41089a8a
5 changed files with 10 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ return [
'url' => env('APP_URL', 'http://localhost'),
'version' => '4.0',
'timezone' => env('APP_TIMEZONE', 'UTC'),
'timezone' => 'UTC',
'locale' => env('APP_LOCALE', 'en'),
'fallback_locale' => 'en',