Skip to content

Commit

Permalink
Set standards
Browse files Browse the repository at this point in the history
  • Loading branch information
dalholm committed Mar 18, 2019
1 parent 4b7abf5 commit ffe882e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=http://localhost

APP_LANG=
APP_TIMEZONE=
APP_LANG=en
APP_TIMEZONE=UTC

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
Expand Down
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
|
*/

'timezone' => env('APP_TIMEZONE', 'Europe/Stockholm'),
'timezone' => env('APP_TIMEZONE', 'UTC'),

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit ffe882e

Please sign in to comment.