Browse Source

fix bug title sur produit

reduction
Fab 4 years ago
parent
commit
58c1d5bee5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ShopBundle/Model/Product.php

+ 1
- 1
ShopBundle/Model/Product.php View File

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


Loading…
Cancel
Save