Skip to content

Commit

Permalink
fix: Cambio de zona horaria
Browse files Browse the repository at this point in the history
  • Loading branch information
AndresC1 committed Jul 18, 2024
1 parent eb2786e commit 728cb9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
|
*/

'timezone' => 'UTC',
'timezone' => 'America/Managua',

/*
|--------------------------------------------------------------------------
Expand All @@ -83,7 +83,7 @@
|
*/

'locale' => 'en',
'locale' => 'es',

/*
|--------------------------------------------------------------------------
Expand All @@ -96,7 +96,7 @@
|
*/

'fallback_locale' => 'en',
'fallback_locale' => 'es',

/*
|--------------------------------------------------------------------------
Expand All @@ -109,7 +109,7 @@
|
*/

'faker_locale' => 'en_US',
'faker_locale' => 'es_ES',

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

0 comments on commit 728cb9f

Please sign in to comment.