瀏覽代碼

[Backend] Correctif MerchantConfig

master
Guillaume 4 年之前
父節點
當前提交
640fe716f3
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      ShopBundle/Model/MerchantConfig.php

+ 1
- 1
ShopBundle/Model/MerchantConfig.php 查看文件

@@ -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…
取消
儲存