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
[Backend] Correctif MerchantConfig
master
Guillaume
4 years ago
parent
063056ddb5
commit
640fe716f3
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
ShopBundle/Model/MerchantConfig.php
+ 1
- 1
ShopBundle/Model/MerchantConfig.php
View File
@@ -65,7 +65,7 @@ abstract class MerchantConfig extends AbstractEntity
return $this->value;
}
public function setValue(
string
$value): self
public function setValue($value): self
{
$this->value = $value;
Write
Preview
Loading…
Cancel
Save