Files
2025-03-12 17:06:23 +01:00

13 lines
187 B
PHP

<?php
/**
* Subclass for representing a row from the 'st_partner_hash' table.
*
*
*
* @package plugins.stPartnerPlugin.lib.model
*/
class PartnerHash extends BasePartnerHash
{
}