File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
app/code/Magento/ConfigurableProduct/Model/ResourceModel/Product/Type/Configurable/Product Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ class Collection extends \Magento\Catalog\Model\ResourceModel\Product\Collection
50
50
* @param \Magento\Customer\Model\Session $customerSession
51
51
* @param \Magento\Framework\Stdlib\DateTime $dateTime
52
52
* @param GroupManagementInterface $groupManagement
53
+ * @param \Magento\Catalog\Model\ResourceModel\Product\Collection\ProductLimitation $productLimitation
53
54
* @param MetadataPool $metadataPool
54
55
* @param \Magento\Framework\DB\Adapter\AdapterInterface|null $connection
55
56
*
@@ -75,6 +76,7 @@ public function __construct(
75
76
\Magento \Customer \Model \Session $ customerSession ,
76
77
\Magento \Framework \Stdlib \DateTime $ dateTime ,
77
78
GroupManagementInterface $ groupManagement ,
79
+ \Magento \Catalog \Model \ResourceModel \Product \Collection \ProductLimitation $ productLimitation ,
78
80
MetadataPool $ metadataPool ,
79
81
\Magento \Framework \DB \Adapter \AdapterInterface $ connection = null
80
82
) {
@@ -99,6 +101,7 @@ public function __construct(
99
101
$ customerSession ,
100
102
$ dateTime ,
101
103
$ groupManagement ,
104
+ $ productLimitation ,
102
105
$ connection
103
106
);
104
107
}
You can’t perform that action at this time.
0 commit comments