test additions variants table
This commit is contained in:
@@ -12,7 +12,7 @@ use Cake\ORM\Entity;
|
||||
* @property string $name
|
||||
* @property string|null $product_category_id
|
||||
* @property string|null $product_id
|
||||
* @property int $attribute_type_id
|
||||
* @property int $variant_type_id
|
||||
* @property bool $enabled
|
||||
*
|
||||
* @property \App\Model\Entity\ProductCategory $product_category
|
||||
@@ -33,7 +33,7 @@ class ProductCategoryVariant extends Entity
|
||||
'name' => true,
|
||||
'product_category_id' => true,
|
||||
'product_id' => true,
|
||||
'attribute_type_id' => true,
|
||||
'variant_type_id' => true,
|
||||
'enabled' => true,
|
||||
'product_category' => true,
|
||||
'product' => true,
|
||||
|
||||
Reference in New Issue
Block a user