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