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

13 lines
208 B
PHP

<?php
/**
* Subclass for representing a row from the 'st_product_search_index' table.
*
*
*
* @package plugins.stSearchPlugin.lib.model
*/
class ProductSearchIndex extends BaseProductSearchIndex
{
}