瀏覽代碼

Correctif sluggabletrait

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


Loading…
取消
儲存