Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
Laclic
/
LcShopBundle
Observar
3
Favorito
2
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
fix bug title sur produit
reduction
Fab
4 anos atrás
pai
b34befb7fb
commit
58c1d5bee5
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Mostrar estatísticas do Diff
+1
-1
ShopBundle/Model/Product.php
+ 1
- 1
ShopBundle/Model/Product.php
Ver arquivo
@@ -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;
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar