10 lines
161 B
PHP
10 lines
161 B
PHP
<?php
|
|
|
|
namespace Thelia\Model;
|
|
|
|
use Thelia\Model\Base\OrderCouponCountry as BaseOrderCouponCountry;
|
|
|
|
class OrderCouponCountry extends BaseOrderCouponCountry
|
|
{
|
|
}
|