🔧 Indique le fuseau horaire de base

This commit is contained in:
Clement Desmidt 2020-03-05 17:43:49 +01:00
parent ea3bc41ca6
commit 99ec67affb
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ return [
|
*/
'name' => env('APP_NAME', 'Laravel'),
'name' => env('APP_NAME', 'Journal Intime'),
/*
|--------------------------------------------------------------------------
@ -67,7 +67,7 @@ return [
|
*/
'timezone' => 'UTC',
'timezone' => 'Europe/Paris',
/*
|--------------------------------------------------------------------------