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 4880e69 commit 9126349Copy full SHA for 9126349
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