Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Laclic
/
LcShopBundle
Segui
3
Vota
2
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
fix bug title sur produit
reduction
Fab
4 anni fa
parent
b34befb7fb
commit
58c1d5bee5
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
+1
-1
ShopBundle/Model/Product.php
+ 1
- 1
ShopBundle/Model/Product.php
Vedi 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;
Write
Preview
Loading…
Annulla
Salva