Skip to content

Commit 1a3a59f

Browse files
authored
restore $layout property and make it deprecated
1 parent ee828bc commit 1a3a59f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ class Data extends \Magento\Framework\App\Helper\AbstractHelper
3232
protected $_paymentConfig;
3333

3434
/**
35+
* Layout
36+
* @deprecated
37+
* @var \Magento\Framework\View\LayoutInterface
38+
*/
39+
protected $_layout;
40+
41+
/**
42+
* LayoutFactory
3543
* @var \Magento\Framework\View\LayoutFactory
3644
*/
3745
protected $_layoutFactory;

0 commit comments

Comments
 (0)