Browse Source

[Backend] Correctif MerchantConfig

master
Guillaume 3 years ago
parent
commit
640fe716f3
1 changed files with 1 additions and 1 deletions
  1. +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;


Loading…
Cancel
Save