From 44ee3cde990c4bb47c43b694e10717af064e2693 Mon Sep 17 00:00:00 2001 From: Robin Krahnen Date: Fri, 7 Jun 2019 09:02:40 +0200 Subject: [PATCH] optimized spaces in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af0d524..3bbf571 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Usage is quite simple also: { $this->orderId = $sequenceNumberGenerator->getNextNumberFor($this); } - + ``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.