Ver código fonte

[Backend] Correctif MerchantConfig

master
Guillaume 4 anos atrás
pai
commit
640fe716f3
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      ShopBundle/Model/MerchantConfig.php

+ 1
- 1
ShopBundle/Model/MerchantConfig.php Ver arquivo

@@ -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;


Carregando…
Cancelar
Salvar