Skip to content

Commit c50bb9a

Browse files
committed
change interface name
1 parent 7885d47 commit c50bb9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Catalog/Api/CategoryListRepositoryAdditionalInterface.php renamed to app/code/Magento/Catalog/Api/CategoryListDeleteBySkuInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @api
1111
* @since 100.0.2
1212
*/
13-
interface CategoryListRepositoryAdditionalInterface
13+
interface CategoryListDeleteBySkuInterface
1414
{
1515
/**
1616
* delete by skus list

app/code/Magento/Catalog/Model/CategoryLinkRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use Magento\Framework\Exception\CouldNotSaveException;
1111

1212
class CategoryLinkRepository implements \Magento\Catalog\Api\CategoryLinkRepositoryInterface,
13-
\Magento\Catalog\Api\CategoryListRepositoryAdditionalInterface
13+
\Magento\Catalog\Api\CategoryListDeleteBySkuInterface
1414
{
1515
/**
1616
* @var CategoryRepository

0 commit comments

Comments
 (0)