Browse Source

[Backend] Correctif MerchantConfig

master
Guillaume 4 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

return $this->value; return $this->value;
} }


public function setValue(string $value): self
public function setValue($value): self
{ {
$this->value = $value; $this->value = $value;



Loading…
Cancel
Save