Files
grzanieplus.pl/plugins/stTrustedShopsPlugin/lib/model/TrustedShopsHasOrder.php
2025-03-12 17:06:23 +01:00

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
{
}