removed duplicated blank line
This commit is contained in:
parent
f324e8c0ca
commit
586d603650
1 changed files with 0 additions and 1 deletions
|
@ -76,7 +76,6 @@ class SequenceCommandController extends CommandController
|
||||||
->createQuery('DELETE FROM ' . SequenceEntry::class . ' se WHERE se.type = ?0 AND se.number < ?1')
|
->createQuery('DELETE FROM ' . SequenceEntry::class . ' se WHERE se.type = ?0 AND se.number < ?1')
|
||||||
->execute([$type, $this->sequenceGenerator->getLastNumberFor($type)]);
|
->execute([$type, $this->sequenceGenerator->getLastNumberFor($type)]);
|
||||||
|
|
||||||
|
|
||||||
$this->outputLine('Deleted ' . $rowCount . ' row(s) for type "' . $type . '".');
|
$this->outputLine('Deleted ' . $rowCount . ' row(s) for type "' . $type . '".');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue