From 44ee3cde990c4bb47c43b694e10717af064e2693 Mon Sep 17 00:00:00 2001 From: Robin Krahnen Date: Fri, 7 Jun 2019 09:02:40 +0200 Subject: [PATCH 1/2] 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. From b81bb5bc3db2f65916e5187d115be76a323fc8fb Mon Sep 17 00:00:00 2001 From: Robin Krahnen Date: Tue, 30 Jul 2019 11:02:25 +0200 Subject: [PATCH 2/2] remove unnecessary @Flow\Scope("prototype") --- Classes/Domain/Model/Insert.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Classes/Domain/Model/Insert.php b/Classes/Domain/Model/Insert.php index 31a9b6a..d14443f 100644 --- a/Classes/Domain/Model/Insert.php +++ b/Classes/Domain/Model/Insert.php @@ -8,7 +8,6 @@ use Neos\Flow\Annotations as Flow; * SequenceInsert * * @author fcool - * @Flow\Scope("prototype") * @Flow\Entity * @ORM\Table(indexes={@ORM\Index(name="type_idx", columns={"type"})}) */