浏览代码

[Produits] ProductFamily : champs subtitle en text

packProduct
Guillaume 2 年前
父节点
当前提交
e5783891cc
共有 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;


正在加载...
取消
保存