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

10 lines
161 B
PHP

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