add soft delete via muffin/trash to all product related tables
This commit is contained in:
@@ -23,7 +23,7 @@ class ExternalProductCatalogsFixture extends TestFixture
|
||||
'base_url' => 'http://localhost:8766',
|
||||
'api_url' => 'http://localhost:8766/api',
|
||||
'created' => '2024-11-22 09:39:37',
|
||||
'deleted' => '2024-11-22 09:39:37',
|
||||
'deleted' => null,
|
||||
],
|
||||
];
|
||||
parent::init();
|
||||
|
||||
Reference in New Issue
Block a user