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
2828 /**
2929 * Config key 'Display Wishlist Summary'
3030 */
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 ' ;
3232
3333 /**
3434 * Config key 'Display Out of Stock Products'
3535 */
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 ' ;
3737
3838 /**
3939 * Currently logged in customer
@@ -64,7 +64,7 @@ class Data extends \Magento\Framework\App\Helper\AbstractHelper
6464 protected $ _wishlistItemCollection ;
6565
6666 /**
67- * Core registry
67+ * Magento framework Core registry
6868 *
6969 * @var \Magento\Framework\Registry
7070 */
You can’t perform that action at this time.
0 commit comments