bug fixes and subscription improvements

This commit is contained in:
Dennis Eichhorn 2023-04-25 01:51:28 +00:00
parent a35de22907
commit a66b2a6fbf
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
* @link https://jingga.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
* *
* @template T of BaseStringL11n * @template T of SurveyTemplateL11n
* @extends DataMapperFactory<T> * @extends DataMapperFactory<T>
*/ */
final class SurveyTemplateL11nMapper extends DataMapperFactory final class SurveyTemplateL11nMapper extends DataMapperFactory

View File

@ -24,7 +24,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
* @link https://jingga.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
* *
* @template T of BaseStringL11n * @template T of SurveyTemplateLabelL11n
* @extends DataMapperFactory<T> * @extends DataMapperFactory<T>
*/ */
final class SurveyTemplateLabelL11nMapper extends DataMapperFactory final class SurveyTemplateLabelL11nMapper extends DataMapperFactory