@@ -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 | { |
@@ -25,7 +25,6 @@ |
||
25 | 25 | use TechDivision\Import\Product\Subjects\AbstractProductSubject; |
26 | 26 | use TechDivision\Import\Product\Link\Exceptions\MapSkuToEntityIdException; |
27 | 27 | use TechDivision\Import\Product\Link\Exceptions\MapLinkTypeCodeToIdException; |
28 | -use TechDivision\Import\Product\Link\Utils\ColumnKeys; |
|
29 | 28 | |
30 | 29 | /** |
31 | 30 | * A subject implementation the process to import product links. |