Files
sterivein/core/lib/Thelia/Model/TaxRuleI18n.php
Etienne Roudeix 26b1806156 x right to 7
feature filter in product loop
2013-07-11 11:25:47 +02:00

10 lines
134 B
PHP
Executable File

<?php
namespace Thelia\Model;
use Thelia\Model\Base\TaxRuleI18n as BaseTaxRuleI18n;
class TaxRuleI18n extends BaseTaxRuleI18n {
}