Skip to content

Commit

Permalink
flexible product slugs
Browse files Browse the repository at this point in the history
  • Loading branch information
hd-deman committed Jul 10, 2012
1 parent aec5bb1 commit f33976f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StoreBundle/StoreCoreBundle/Entity/Product.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 46,7 @@ class Product
protected $sale_price = 0;

/**
* @Gedmo\Slug(fields={"title", "id"})
* @Gedmo\Slug(fields={"title"})
* @ORM\Column(length=255, unique=true)
*/
private $slug;
Expand Down

0 comments on commit f33976f

Please sign in to comment.