optimized spaces in readme

This commit is contained in:
Robin Krahnen 2019-06-07 09:02:40 +02:00
parent a94cb0d5f6
commit 44ee3cde99

View file

@ -14,7 +14,7 @@ Usage is quite simple also:
{ {
$this->orderId = $sequenceNumberGenerator->getNextNumberFor($this); $this->orderId = $sequenceNumberGenerator->getNextNumberFor($this);
} }
``getNextNumberFor`` allows you to give an object which will be resolved to its FQCN or a custom sequence name. ``getNextNumberFor`` allows you to give an object which will be resolved to its FQCN or a custom sequence name.
The CommandController helps you to advance the current sequence number, in case of migrations or similar. The CommandController helps you to advance the current sequence number, in case of migrations or similar.