@@ -22,7 +22,6 @@ |
||
22 | 22 | |
23 | 23 | use TechDivision\Import\Actions\ActionInterface; |
24 | 24 | use TechDivision\Import\Connection\ConnectionInterface; |
25 | -use TechDivision\Import\Actions\UrlRewriteActionInterface; |
|
26 | 25 | use TechDivision\Import\Repositories\UrlRewriteRepositoryInterface; |
27 | 26 | use TechDivision\Import\Repositories\EavEntityTypeRepositoryInterface; |
28 | 27 | use TechDivision\Import\Repositories\EavAttributeRepositoryInterface; |
@@ -197,7 +197,7 @@ |
||
197 | 197 | { |
198 | 198 | |
199 | 199 | // explode the path of the root category |
200 | - list ($rootCategoryPath, ) = explode('/', $path); |
|
200 | + list ($rootCategoryPath,) = explode('/', $path); |
|
201 | 201 | |
202 | 202 | // query whether or not a root category with the given path exists |
203 | 203 | if ($rootCategory = $this->getCategoryByPath($rootCategoryPath)) { |