[Closed] Gedmo sluggable not exporting

0 votes
asked Mar 23, 2016 in Solved by PaddyLock (310 points)
recategorized May 28, 2016 by ludek.vodicka

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;
commented Mar 23, 2016 by ludek.vodicka Skipper developer (140,450 points)

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])

commented May 28, 2016 by ludek.vodicka Skipper developer (140,450 points)

Closed because of lack of information

Please log in or register to answer this question.

...