Files
aux-bieaux-legumes/local/modules/PaymentCondition/Model/PaymentAreaCondition.php
2021-01-25 18:44:19 +01:00

11 lines
190 B
PHP

<?php
namespace PaymentCondition\Model;
use PaymentCondition\Model\Base\PaymentAreaCondition as BasePaymentAreaCondition;
class PaymentAreaCondition extends BasePaymentAreaCondition
{
}