Files
kupshop/bundles/External/HannahBundle/Util/ProductLabelUtil.php
2025-08-02 16:30:27 +02:00

9 lines
251 B
PHP

<?php
namespace External\HannahBundle\Util;
class ProductLabelUtil extends \KupShop\LabelsBundle\Util\ProductLabelUtil
{
protected array $ignoreTriggers = ['coupon', 'generated_coupon', 'price_range', 'delivery_type', 'user_type', 'country'];
}