This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
SovBundle
Watch
3
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
Correctif sluggabletrait
develop
Guillaume
3 years ago
parent
d83c42336c
commit
ea6e16f7ed
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
Doctrine/Extension/SluggableTrait.php
+ 1
- 1
Doctrine/Extension/SluggableTrait.php
View File
@@ -9,7 +9,7 @@ trait SluggableTrait
{
/**
* @ORM\Column(type="string", length=255)
* @Gedmo\Slug(fields={"title"}, unique=
fals
e)
* @Gedmo\Slug(fields={"title"}, unique=
tru
e)
*/
protected $slug;
Write
Preview
Loading…
Cancel
Save