Quellcode durchsuchen

fix bug title sur produit

reduction
Fab vor 5 Jahren
Ursprung
Commit
58c1d5bee5
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      ShopBundle/Model/Product.php

+ 1
- 1
ShopBundle/Model/Product.php Datei anzeigen

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


Laden…
Abbrechen
Speichern