* @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) */ namespace PrestaShop\PrestaShop\Adapter\Twig; use PrestaShopBundle\Twig\LocaleExtension as BaseLocaleExtension; @trigger_error('This class is deprecated since 8.1 and will be dropped in 9.0. It has been replaced PrestaShopBundle\Twig\LocaleExtension.', E_USER_DEPRECATED); /** * Provides helper functions in Twig for formatting data using context locale */ final class LocaleExtension extends BaseLocaleExtension { }