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

13 lines
197 B
PHP

<?php
/**
* Subclass for performing query and update operations on the 'st_box_i18n' table.
*
*
*
* @package plugins.stBoxPlugin.lib.model
*/
class BoxI18nPeer extends BaseBoxI18nPeer
{
}