add soft delete via muffin/trash to all product related tables
This commit is contained in:
@@ -23,6 +23,7 @@ class ProductsFixture extends TestFixture
|
||||
'name' => '12AWG RED TXL Wire',
|
||||
'product_category_id' => '6d223283-361b-4f9f-a7f1-c97aa0ca4c23',
|
||||
'product_type_id' => 1,
|
||||
'deleted' => null,
|
||||
],
|
||||
];
|
||||
parent::init();
|
||||
|
||||
Reference in New Issue
Block a user