should fix timezone bug, closes #63

This commit is contained in:
Dane Everitt 2016-02-25 23:32:17 -05:00
parent cad5b8c78d
commit e81545f832
2 changed files with 3 additions and 2 deletions

View file

@ -30,7 +30,7 @@ return [
|
*/
'url' => ENV('APP_URL', 'http://localhost'),
'url' => env('APP_URL', 'http://localhost'),
/*
|--------------------------------------------------------------------------
@ -43,7 +43,7 @@ return [
|
*/
'timezone' => ENV('APP_TIMEZONE', 'UTC'),
'timezone' => env('APP_TIMEZONE', 'UTC'),
/*
|--------------------------------------------------------------------------