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

13 lines
203 B
PHP

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