Home Documentation Download Pricing Buy Now

[Closed] Gedmo sluggable not exporting

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;
asked Mar 23, 2016 in Solved by PaddyLock (310 points)
recategorized May 28, 2016 by ludek.vodicka

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.

...