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

13 lines
234 B
PHP

<?php
/**
* Subclass for performing query and update operations on the 'st_product_search_index' table.
*
*
*
* @package plugins.stSearchPlugin.lib.model
*/
class ProductSearchIndexPeer extends BaseProductSearchIndexPeer
{
}