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

return $this->title; return $this->title;
} }


public function setTitle(string $title): self
public function setTitle(?string $title): self
{ {
$this->title = $title; $this->title = $title;



Loading…
Cancel
Save