13 lines
252 B
PHP
13 lines
252 B
PHP
<?php
|
|
|
|
/**
|
|
* Subclass for representing a row from the 'app_product_attribute_has_variant' table.
|
|
*
|
|
*
|
|
*
|
|
* @package plugins.appProductAttributesPlugin.lib.model
|
|
*/
|
|
class appProductAttributeHasVariant extends BaseappProductAttributeHasVariant
|
|
{
|
|
}
|