瀏覽代碼

fix bug title sur produit

reduction
Fab 4 年之前
父節點
當前提交
58c1d5bee5
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      ShopBundle/Model/Product.php

+ 1
- 1
ShopBundle/Model/Product.php 查看文件

@@ -142,7 +142,7 @@ abstract class Product extends AbstractEntity implements SortableInterface
return $this->title;
}

public function setTitle(string $title): self
public function setTitle(?string $title): self
{
$this->title = $title;


Loading…
取消
儲存