We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2721f53 commit 44804fcCopy full SHA for 44804fc
app/code/Magento/Catalog/Model/ResourceModel/Product/CollectionFactory.php
@@ -34,7 +34,7 @@ class CollectionFactory
34
*/
35
public function __construct(
36
\Magento\Framework\ObjectManagerInterface $objectManager,
37
- $instanceName = Magento\Catalog\Model\ResourceModel\Product\Collection::class
+ $instanceName = Collection::class
38
) {
39
$this->_objectManager = $objectManager;
40
$this->_instanceName = $instanceName;
0 commit comments