app:subscriptions:update --dry-run.
This commit is contained in:
parent
0a03a9a904
commit
a7c17022dc
|
@ -92,7 +92,7 @@ class UpdateSubscriptionsCommand extends Command
|
||||||
$progress->finish();
|
$progress->finish();
|
||||||
|
|
||||||
// Flushing all changes at once to the database
|
// Flushing all changes at once to the database
|
||||||
if (!$input->getOption('check-only')) {
|
if (!$input->getOption('dry-run')) {
|
||||||
$this->em->flush();
|
$this->em->flush();
|
||||||
$this->em->commit();
|
$this->em->commit();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue