Browse Source

Merge branch 'develop'

master
Guillaume 2 years ago
parent
commit
1da6060465
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Model/Product/ProductFamilyModel.php

+ 1
- 1
Model/Product/ProductFamilyModel.php View File

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


Loading…
Cancel
Save