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"})}) */