浏览代码

Correctif sluggabletrait

develop
Guillaume 3 年前
父节点
当前提交
ea6e16f7ed
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      Doctrine/Extension/SluggableTrait.php

+ 1
- 1
Doctrine/Extension/SluggableTrait.php 查看文件

@@ -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;


正在加载...
取消
保存