collectionFactory = $collectionFactory; } /** * @param \Magento\Catalog\Model\Category $category * @return \Magento\Catalog\Model\ResourceModel\Product\Collection */ public function getCollection(\Magento\Catalog\Model\Category $category) { return $this->collectionFactory->create(); } }