Преглед изворни кода

fix bug title sur produit

reduction
Fab пре 4 година
родитељ
комит
58c1d5bee5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      ShopBundle/Model/Product.php

+ 1
- 1
ShopBundle/Model/Product.php Прегледај датотеку

@@ -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…
Откажи
Сачувај