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

13 lines
214 B
PHP

<?php
/**
* Subclass for representing a row from the 'st_gift_card_has_producer' table.
*
*
*
* @package plugins.stGiftCardPlugin.lib.model
*/
class GiftCardHasProducer extends BaseGiftCardHasProducer
{
}