13 lines
221 B
PHP
13 lines
221 B
PHP
<?php
|
|
|
|
/**
|
|
* Subclass for representing a row from the 'st_trusted_shops_has_order' table.
|
|
*
|
|
*
|
|
*
|
|
* @package plugins.stTrustedShopsPlugin.lib.model
|
|
*/
|
|
class TrustedShopsHasOrder extends BaseTrustedShopsHasOrder
|
|
{
|
|
}
|