remove unnecessary @Flow\Scope("prototype")

This commit is contained in:
Robin Krahnen 2019-07-30 11:02:25 +02:00
parent 44ee3cde99
commit b81bb5bc3d

View file

@ -8,7 +8,6 @@ use Neos\Flow\Annotations as Flow;
* SequenceInsert * SequenceInsert
* *
* @author fcool * @author fcool
* @Flow\Scope("prototype")
* @Flow\Entity * @Flow\Entity
* @ORM\Table(indexes={@ORM\Index(name="type_idx", columns={"type"})}) * @ORM\Table(indexes={@ORM\Index(name="type_idx", columns={"type"})})
*/ */