* @copyright 2020 emarketing AG * @license https://opensource.org/licenses/GPL-3.0 GNU General Public License version 3 */ class AdminEmarketingController extends ModuleAdminController { /** * AdminEmarketingController constructor. * @throws PrestaShopException */ public function __construct() { parent::__construct(); \Tools::redirectAdmin(\Context::getContext()->link->getAdminLink('AdminModules').'&configure=emarketing'); } }