We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c664b49 commit 69ab6bbCopy full SHA for 69ab6bb
src/Bridge/Standalone/Bootstrap.php
@@ -427,7 +427,7 @@ private static function configParseFile(string $filename): array
427
private static function configGetEnv(array $config): array
428
{
429
if (!isset($config['connections'])) {
430
- $config['connections'] = self::getEnv('DBTOOLS_CONNECTION');
+ $config['connections'] = ['default' => self::getEnv('DBTOOLS_CONNECTION')];
431
}
432
if (!isset($config['backup_binary'])) {
433
$config['backup_binary'] = self::getEnv('DBTOOLS_BACKUP_BINARY');
0 commit comments