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

13 lines
211 B
PHP

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