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.
2 parents bcde514 + 9126349 commit 3d5ababCopy full SHA for 3d5abab
src/Processors/Migrate.php
@@ -32,6 +32,7 @@ protected function ensureRepository(): void
32
$this->runCommand(Names::INSTALL, [
33
'--' . Options::CONNECTION => $this->options->connection,
34
'--' . Options::FORCE => true,
35
+ '--' . Options::SILENT => true,
36
]);
37
}
38
0 commit comments