From b81bb5bc3db2f65916e5187d115be76a323fc8fb Mon Sep 17 00:00:00 2001 From: Robin Krahnen Date: Tue, 30 Jul 2019 11:02:25 +0200 Subject: [PATCH] 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"})}) */