Files
apart-moment/core/lib/Thelia/Model/TaxRuleCountry.php
2021-03-23 13:54:38 +01:00

10 lines
145 B
PHP

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