Browse Source

Correctif sluggabletrait

feature/symfony6.1
Guillaume 2 years ago
parent
commit
ea6e16f7ed
1 changed files with 1 additions and 1 deletions
  1. +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=false)
* @Gedmo\Slug(fields={"title"}, unique=true)
*/
protected $slug;


Loading…
Cancel
Save