@@ -155,7 +155,7 @@ |
||
| 155 | 155 | /** |
| 156 | 156 | * Return's the action with the product link CRUD methods. |
| 157 | 157 | * |
| 158 | - * @return \TechDivision\Import\Product\Link\Actions\ProductLinkGalleryAction The action with the product link CRUD methods |
|
| 158 | + * @return \TechDivision\Import\Product\Link\Actions\ProductLinkAction The action with the product link CRUD methods |
|
| 159 | 159 | */ |
| 160 | 160 | public function getProductLinkAction() |
| 161 | 161 | { |
@@ -23,7 +23,6 @@ |
||
| 23 | 23 | use TechDivision\Import\Utils\RegistryKeys; |
| 24 | 24 | use TechDivision\Import\Product\Subjects\AbstractProductSubject; |
| 25 | 25 | use TechDivision\Import\Product\Link\Utils\MemberNames; |
| 26 | -use TechDivision\Import\Product\Link\Services\ProductLinkProcessorInterface; |
|
| 27 | 26 | |
| 28 | 27 | /** |
| 29 | 28 | * A SLSB that handles the process to import product links. |