Skip to content

Commit

Permalink
Merge pull request #1063 from bes89/patch-1
Browse files Browse the repository at this point in the history
Update Sluggable
  • Loading branch information
l3pp4rd committed May 4, 2014
2 parents 8e84ac1 + 35ca7fd commit 6120bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Gedmo/Sluggable/Sluggable.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ interface Sluggable
*
* example:
*
* @gedmo:Slug(style="camel", separator="_", prefix="", suffix="" updatable=false, unique=false)
* @gedmo:Slug(style="camel", separator="_", prefix="", suffix="", updatable=false, unique=false)
* @Column(type="string", length=64)
* $property
*/
Expand Down

0 comments on commit 6120bd0

Please sign in to comment.