Files
sterivein/core/lib/Thelia/Model/OrderCouponCountry.php
2020-11-19 15:36:28 +01:00

10 lines
161 B
PHP

<?php
namespace Thelia\Model;
use Thelia\Model\Base\OrderCouponCountry as BaseOrderCouponCountry;
class OrderCouponCountry extends BaseOrderCouponCountry
{
}