11 lines
206 B
PHP
11 lines
206 B
PHP
<?php
|
|
|
|
namespace PaymentCondition\Model;
|
|
|
|
use PaymentCondition\Model\Base\PaymentDeliveryCondition as BasePaymentDeliveryCondition;
|
|
|
|
class PaymentDeliveryCondition extends BasePaymentDeliveryCondition
|
|
{
|
|
|
|
}
|