We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d59ab03 commit 577308bCopy full SHA for 577308b
src/Command/BakeMigrationDiffCommand.php
@@ -516,6 +516,11 @@ protected function getDumpSchema(Arguments $args): array
516
if (!empty($args->getOption('connection'))) {
517
$connectionName = $inputArgs['--connection'] = $args->getOption('connection');
518
}
519
+
520
+ if ($args->getOption('source')) {
521
+ $inputArgs['--source'] = $args->getOption('source');
522
+ }
523
524
if (!empty($args->getOption('plugin'))) {
525
$inputArgs['--plugin'] = $args->getOption('plugin');
526
0 commit comments