Просмотр исходного кода

fix bug title sur produit

reduction
Fab 5 лет назад
Родитель
Сommit
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;


Загрузка…
Отмена
Сохранить