Przeglądaj źródła

fix bug title sur produit

reduction
Fab 5 lat temu
rodzic
commit
58c1d5bee5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      ShopBundle/Model/Product.php

+ 1
- 1
ShopBundle/Model/Product.php Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz