Skip to content

Commit 63e87da

Browse files
authored
Change new property visibility to private
1 parent 1a3a59f commit 63e87da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Payment/Helper/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Data extends \Magento\Framework\App\Helper\AbstractHelper
4242
* LayoutFactory
4343
* @var \Magento\Framework\View\LayoutFactory
4444
*/
45-
protected $_layoutFactory;
45+
private $_layoutFactory;
4646

4747
/**
4848
* Factory for payment method models

0 commit comments

Comments
 (0)