9 lines
251 B
PHP
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'];
|
|
}
|