Set backup to point to the default database connection

This commit is contained in:
Darko Gjorgjijoski
2024-07-28 17:22:40 +02:00
parent 19bf467068
commit f986454084

View File

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