Skip to content

Commit 586ab48

Browse files
Sairahcazfreekmurze
authored andcommitted
Update backup.php
use DB_CONNECTION env var as default database connection
1 parent dd810a2 commit 586ab48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/backup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
* For a complete list of available customization options, see https://github.com/spatie/db-dumper
7878
*/
7979
'databases' => [
80-
'mysql',
80+
env('DB_CONNECTION', 'mysql'),
8181
],
8282
],
8383

0 commit comments

Comments
 (0)