Skip to content

Commit

Permalink
Update default config database
Browse files Browse the repository at this point in the history
  • Loading branch information
mkokio committed Dec 7, 2023
1 parent 696d31c commit 228be4b
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 @@ -15,7 +15,7 @@
|
*/

'default' => env('DB_CONNECTION', 'sqlite'), //changed sqlite from mySQL Nov. 7
'default' => env('DB_CONNECTION', 'mysql'), //changed sqlite from mySQL Nov. 7 (changed back Dec 7)

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

0 comments on commit 228be4b

Please sign in to comment.