Skip to content

Commit 7ace631

Browse files
Merge pull request #88 from TheDragonCode/3.x
Removed `force` flag to install a repository from migrate command
2 parents 5f42395 + ce80390 commit 7ace631

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)