Skip to content

Commit

Permalink
Fix annotation for Core 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Drak committed Dec 31, 2012
1 parent 2de4366 commit f4fb25f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Tag/Entity/Tag.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,14 @@ class Tag_Entity_Tag extends Zikula_EntityAccess
* tag field (the 'word')
*
* @ORM\Column(length=36)
* @Gedmo\Sluggable(slugField="slug")
*/
private $tag;

/**
* slug
*
* @ORM\Column(name="slug", type="string", length=128)
* @Gedmo\Slug
* @Gedmo\Slug(fields={"tag"})
*/
private $slug;

Expand Down

0 comments on commit f4fb25f

Please sign in to comment.