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 edf2770 commit 5099a0aCopy full SHA for 5099a0a
app/code/Magento/Catalog/Block/Product/View/Options/Type/Select.php
@@ -25,12 +25,12 @@ class Select extends \Magento\Catalog\Block\Product\View\Options\AbstractOptions
25
/**
26
* @var CheckableFactory
27
*/
28
- protected $checkableFactory;
+ private $checkableFactory;
29
30
31
* @var MultipleFactory
32
33
- protected $multipleFactory;
+ private $multipleFactory;
34
35
36
* Select constructor.
0 commit comments