Skip to content

Commit

Permalink
Update ModelMigration.php
Browse files Browse the repository at this point in the history
兼容3.1
  • Loading branch information
cmslz authored Jan 25, 2024
1 parent c1053f4 commit c14a54d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Commands/ModelMigration.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ public function __construct(protected ContainerInterface $container)
protected function configure()
{
parent::configure();
$this->addOption('tenants', null, InputOption::VALUE_REQUIRED, 'Which tenant');
}

/**
Expand Down Expand Up @@ -100,4 +99,4 @@ public function handle()
parent::handle();
});
}
}
}

0 comments on commit c14a54d

Please sign in to comment.