Skip to content

Commit 5099a0a

Browse files
author
roman
committed
MAGETWO-90516: Wrong custom option behavior
1 parent edf2770 commit 5099a0a

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Catalog/Block/Product/View/Options/Type

1 file changed

+2
-2
lines changed

app/code/Magento/Catalog/Block/Product/View/Options/Type/Select.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ class Select extends \Magento\Catalog\Block\Product\View\Options\AbstractOptions
2525
/**
2626
* @var CheckableFactory
2727
*/
28-
protected $checkableFactory;
28+
private $checkableFactory;
2929

3030
/**
3131
* @var MultipleFactory
3232
*/
33-
protected $multipleFactory;
33+
private $multipleFactory;
3434

3535
/**
3636
* Select constructor.

0 commit comments

Comments
 (0)