I have cloned the product-slider element, so that I can use a modified version for the homepage. The issue is the data resolver for the product-slider contains a constructor, with two arguments in it:
- ProductStreamBuilderInterface
- SystemConfigService
Where in the Shopware directory would I find where the arguments are passed to the original product-slider constructor? Or how do I pass these to the custom-product-slider data resolver I have implemented? I have passed product repositories as arguments before in the services.xml but nothing like either of those two parameters so I am lost