Bladeren bron

fix bug title sur produit

reduction
Fab 4 jaren geleden
bovenliggende
commit
58c1d5bee5
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. +1
    -1
      ShopBundle/Model/Product.php

+ 1
- 1
ShopBundle/Model/Product.php Bestand weergeven

@@ -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…
Annuleren
Opslaan