Skip to content

Commit

Permalink
chore: adjust default db connection to mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
albertcht committed Aug 20, 2024
1 parent 45987d2 commit 60ce83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
|
*/

'default' => env('DB_CONNECTION', 'sqlite'),
'default' => env('DB_CONNECTION', 'mysql'),

'connections' => [
'mysql' => [
Expand Down

0 comments on commit 60ce83c

Please sign in to comment.