File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Wishlist/Helper Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ class Data extends \Magento\Framework\App\Helper\AbstractHelper
28
28
/**
29
29
* Config key 'Display Wishlist Summary'
30
30
*/
31
- const XML_PATH_WISHLIST_LINK_USE_QTY = 'wishlist/wishlist_link/use_qty ' ;
31
+ public const XML_PATH_WISHLIST_LINK_USE_QTY = 'wishlist/wishlist_link/use_qty ' ;
32
32
33
33
/**
34
34
* Config key 'Display Out of Stock Products'
35
35
*/
36
- const XML_PATH_CATALOGINVENTORY_SHOW_OUT_OF_STOCK = 'cataloginventory/options/show_out_of_stock ' ;
36
+ public const XML_PATH_CATALOGINVENTORY_SHOW_OUT_OF_STOCK = 'cataloginventory/options/show_out_of_stock ' ;
37
37
38
38
/**
39
39
* Currently logged in customer
@@ -64,7 +64,7 @@ class Data extends \Magento\Framework\App\Helper\AbstractHelper
64
64
protected $ _wishlistItemCollection ;
65
65
66
66
/**
67
- * Core registry
67
+ * Magento framework Core registry
68
68
*
69
69
* @var \Magento\Framework\Registry
70
70
*/
You can’t perform that action at this time.
0 commit comments