Skip to content

Commit 6960e49

Browse files
authored
Merge pull request #8 from w3bdesign/dev
Use PGSQL
2 parents 2ef5c62 + 7932a8a commit 6960e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
|
1616
*/
1717

18-
'default' => env('DB_CONNECTION', 'mysql'),
18+
'default' => env('DB_CONNECTION', 'pgsql'),
1919

2020
/*
2121
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)