diff --git a/src/Spryker/Zed/ProductList/Business/KeyGenerator/ProductListKeyGenerator.php b/src/Spryker/Zed/ProductList/Business/KeyGenerator/ProductListKeyGenerator.php index f8796b4..66873bd 100644 --- a/src/Spryker/Zed/ProductList/Business/KeyGenerator/ProductListKeyGenerator.php +++ b/src/Spryker/Zed/ProductList/Business/KeyGenerator/ProductListKeyGenerator.php @@ -32,7 +32,6 @@ public function __construct( ProductListRepositoryInterface $productListRepository, ProductListToUtilTextServiceInterface $utilTextService ) { - $this->productListRepository = $productListRepository; $this->utilTextService = $utilTextService; }