Skip to content

Commit ce80390

Browse files
Removed force flag to install a repository from migrate command
1 parent 09333f9 commit ce80390

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Processors/Migrate.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ protected function ensureRepository(): void
2525
{
2626
$this->runCommand(Names::INSTALL, [
2727
'--' . Options::CONNECTION => $this->options->connection,
28-
'--' . Options::FORCE => true,
2928
]);
3029
}
3130

0 commit comments

Comments
 (0)