Files
sterivein/core/lib/Thelia/Model/OrderCouponCountry.php

11 lines
162 B
PHP

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