Set backup to point to the default database connection

This commit is contained in:
Darko Gjorgjijoski
2024-07-28 17:24:44 +02:00
parent f986454084
commit 310d05eab1

View File

@@ -74,7 +74,7 @@ return [
* For a complete list of available customization options, see https://github.com/spatie/db-dumper
*/
'databases' => [
env( 'DB_CONNECTION', 'mysql' )
env('DB_CONNECTION', 'mysql'),
],
],