This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
LcShopBundle
Watch
3
Star
2
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix bug title sur produit
reduction
Fab
4 years ago
parent
b34befb7fb
commit
58c1d5bee5
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
+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;
Write
Preview
Loading…
Cancel
Save