Skip to content

Commit

Permalink
Update database encode config
Browse files Browse the repository at this point in the history
  • Loading branch information
c05m4r committed Feb 13, 2024
1 parent 8af5440 commit 0d59aba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
|
*/

'faker_locale' => 'es_AR',
'faker_locale' => 'en_US',

/*
|--------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
'database' => env('DB_DATABASE', 'forge'),
'username' => env('DB_USERNAME', 'forge'),
'password' => env('DB_PASSWORD', ''),
'charset' => 'latin1',
'charset' => 'utf8',
'prefix' => '',
'prefix_indexes' => true,
'search_path' => 'public',
Expand Down

0 comments on commit 0d59aba

Please sign in to comment.