sistemazione della vista delle attività e configurato la default language dell'app in IT

This commit is contained in:
2023-07-28 10:29:11 +02:00
parent 60e9f77d2c
commit 109ead8daa
2 changed files with 5 additions and 5 deletions

View File

@@ -80,7 +80,7 @@ return [
|
*/
'locale' => 'en',
'locale' => 'it',
/*
|--------------------------------------------------------------------------
@@ -106,7 +106,7 @@ return [
|
*/
'faker_locale' => 'en_US',
'faker_locale' => 'it_IT',
/*
|--------------------------------------------------------------------------