13 lines
245 B
PHP
13 lines
245 B
PHP
<?php
|
|
|
|
/**
|
|
* Subclass for representing a row from the 'st_discount_coupon_code_has_producer' table.
|
|
*
|
|
*
|
|
*
|
|
* @package plugins.stDiscountPlugin.lib.model
|
|
*/
|
|
class DiscountCouponCodeHasProducer extends BaseDiscountCouponCodeHasProducer
|
|
{
|
|
}
|