Browse Source

Merge branch 'develop'

master
Guillaume 3 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

protected $products; protected $products;


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



Loading…
Cancel
Save