Browse Source

Correctif sluggabletrait

develop
Guillaume 3 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

{ {
/** /**
* @ORM\Column(type="string", length=255) * @ORM\Column(type="string", length=255)
* @Gedmo\Slug(fields={"title"}, unique=false)
* @Gedmo\Slug(fields={"title"}, unique=true)
*/ */
protected $slug; protected $slug;



Loading…
Cancel
Save