add soft delete via muffin/trash to all product related tables
This commit is contained in:
@@ -23,12 +23,14 @@ class ProductCatalogsFixture extends TestFixture
|
||||
'name' => 'Automotive',
|
||||
'catalog_description' => '',
|
||||
'enabled' => true,
|
||||
'deleted' => null,
|
||||
],
|
||||
[
|
||||
'id' => 'f56f3412-ed23-490b-be6e-016208c415d2',
|
||||
'name' => 'Software',
|
||||
'catalog_description' => '',
|
||||
'enabled' => true,
|
||||
'deleted' => null,
|
||||
],
|
||||
];
|
||||
parent::init();
|
||||
|
||||
Reference in New Issue
Block a user