Ver código fonte

fix bug title sur produit

reduction
Fab 4 anos atrás
pai
commit
58c1d5bee5
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      ShopBundle/Model/Product.php

+ 1
- 1
ShopBundle/Model/Product.php Ver arquivo

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


Carregando…
Cancelar
Salvar