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

13 lines
243 B
PHP

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