remove unnecessary @Flow\Scope("prototype")
This commit is contained in:
parent
44ee3cde99
commit
b81bb5bc3d
1 changed files with 0 additions and 1 deletions
|
@ -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"})})
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue