浏览代码

Merge branch 'develop'

master
Guillaume 3 年前
父节点
当前提交
1da6060465
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      Model/Product/ProductFamilyModel.php

+ 1
- 1
Model/Product/ProductFamilyModel.php 查看文件

@@ -101,7 +101,7 @@ abstract class ProductFamilyModel extends AbstractFullEntity implements ProductP
protected $products;

/**
* @ORM\Column(type="string", length=255, nullable=true)
* @ORM\Column(type="text", nullable=true)
*/
protected $subtitle;


正在加载...
取消
保存