<?php /** * * SM CartQuickPro - Version 1.1.0 * Copyright (c) 2017 YouTech Company. All Rights Reserved. * @license - Copyrighted Commercial Software * Author: YouTech Company * Websites: http://www.magentech.com */ namespace Sm\CartQuickPro\Helper; class Data extends \Magento\Framework\App\Helper\AbstractHelper { /** * @param \Magento\Framework\App\Helper\Context $context */ public function __construct(\Magento\Framework\App\Helper\Context $context ) { parent::__construct($context); } }