optimized spaces in readme
This commit is contained in:
parent
a94cb0d5f6
commit
44ee3cde99
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue