Files
outil-82/core/lib/Thelia/Model/TaxRuleCountry.php
2021-01-19 18:19:37 +01:00

10 lines
145 B
PHP

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