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

13 lines
191 B
PHP

<?php
/**
* Subclass for representing a row from the 'st_language_i18n' table.
*
*
*
* @package plugins.stLanguagePlugin.lib.model
*/
class LanguageI18n extends BaseLanguageI18n
{
}