Files
aux-bieaux-legumes/core/lib/Thelia/Model/TaxRuleCountry.php
2021-01-14 18:04:26 +01:00

10 lines
145 B
PHP

<?php
namespace Thelia\Model;
use Thelia\Model\Base\TaxRuleCountry as BaseTaxRuleCountry;
class TaxRuleCountry extends BaseTaxRuleCountry
{
}