* @author PrestaShop SA * @copyright 2017-2018 thirty bees * @copyright 2007-2016 PrestaShop SA * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) * PrestaShop is an internationally registered trademark & property of PrestaShop SA */ if (defined('_PS_ROOT_DIR_')) { require_once _PS_ROOT_DIR_.'/vendor/autoload.php'; } else { require_once __DIR__.'/../../../vendor/autoload.php'; }