0 votes

Whwn I create Gedmo sluggable within Skipper it does not generate an annotation during export

/**
 *
 * @ORM\Column(unique=true, length=128, nullable=false)
 */
private $slug;
in Solved by (310 points)
recategorized by

I would need to see your project. You probably missed to fill some value, because Sluggable is fully supported. Can you please send me testing project where this issue occurs? (to [email protected])

Closed because of lack of information

Please log in or register to answer this question.