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

13 lines
198 B
PHP

<?php
/**
* Subclass for representing a row from the 'st_export_profile' table.
*
*
*
* @package plugins.stImportExportPlugin.lib.model
*/
class ExportProfile extends BaseExportProfile
{
}