too many changes

This commit is contained in:
Dennis Eichhorn 2023-03-11 23:38:19 +01:00
parent 0df9068ab6
commit ab4e2606be
18 changed files with 18 additions and 18 deletions

View File

@ -2,7 +2,7 @@
/**
* Karaka
*
* PHP Version 7.4
* PHP Version 8.1
*
* @package Modules\Surveys\Admin\Install
* @copyright Dennis Eichhorn

View File

@ -2,7 +2,7 @@
/**
* Karaka
*
* PHP Version 7.4
* PHP Version 8.1
*
* @package Modules\Surveys\Admin
* @copyright Dennis Eichhorn

View File

@ -2,7 +2,7 @@
/**
* Karaka
*
* PHP Version 7.4
* PHP Version 8.1
*
* @package Modules\Surveys\Admin
* @copyright Dennis Eichhorn

View File

@ -2,7 +2,7 @@
/**
* Karaka
*
* PHP Version 7.4
* PHP Version 8.1
*
* @package Modules\Surveys\Admin
* @copyright Dennis Eichhorn

View File

@ -2,7 +2,7 @@
/**
* Karaka
*
* PHP Version 7.4
* PHP Version 8.1
*
* @package Modules\Surveys\Admin
* @copyright Dennis Eichhorn

View File

@ -2,7 +2,7 @@
/**
* Karaka
*
* PHP Version 7.4
* PHP Version 8.1
*
* @package Modules\Surveys
* @copyright Dennis Eichhorn

View File

@ -2,7 +2,7 @@
/**
* Karaka
*
* PHP Version 7.4
* PHP Version 8.1
*
* @package Modules\Surveys
* @copyright Dennis Eichhorn

View File

@ -2,7 +2,7 @@
/**
* Karaka
*
* PHP Version 7.4
* PHP Version 8.1
*
* @package Modules\Surveys\Models
* @copyright Dennis Eichhorn

View File

@ -2,7 +2,7 @@
/**
* Karaka
*
* PHP Version 7.4
* PHP Version 8.1
*
* @package Modules\Surveys\Models
* @copyright Dennis Eichhorn

View File

@ -2,7 +2,7 @@
/**
* Karaka
*
* PHP Version 7.4
* PHP Version 8.1
*
* @package Modules\Surveys\Models
* @copyright Dennis Eichhorn

View File

@ -55,5 +55,5 @@ final class SurveyTemplateElementL11nMapper extends DataMapperFactory
* @var string
* @since 1.0.0
*/
public const PRIMARYFIELD ='survey_template_element_l11n_id';
public const PRIMARYFIELD = 'survey_template_element_l11n_id';
}

View File

@ -85,5 +85,5 @@ final class SurveyTemplateElementMapper extends DataMapperFactory
* @var string
* @since 1.0.0
*/
public const PRIMARYFIELD ='survey_template_element_id';
public const PRIMARYFIELD = 'survey_template_element_id';
}

View File

@ -57,5 +57,5 @@ final class SurveyTemplateL11nMapper extends DataMapperFactory
* @var string
* @since 1.0.0
*/
public const PRIMARYFIELD ='survey_template_l11n_id';
public const PRIMARYFIELD = 'survey_template_l11n_id';
}

View File

@ -54,5 +54,5 @@ final class SurveyTemplateLabelL11nMapper extends DataMapperFactory
* @var string
* @since 1.0.0
*/
public const PRIMARYFIELD ='survey_template_element_label_l11n_id';
public const PRIMARYFIELD = 'survey_template_element_label_l11n_id';
}

View File

@ -116,7 +116,7 @@ final class SurveyTemplateMapper extends DataMapperFactory
* @var string
* @since 1.0.0
*/
public const PRIMARYFIELD ='survey_template_id';
public const PRIMARYFIELD = 'survey_template_id';
/**
* Get editor doc based on virtual path.

View File

@ -2,7 +2,7 @@
/**
* Karaka
*
* PHP Version 7.4
* PHP Version 8.1
*
* @package Modules\Surveys
* @copyright Dennis Eichhorn

View File

@ -2,7 +2,7 @@
/**
* Karaka
*
* PHP Version 7.4
* PHP Version 8.1
*
* @package Modules\Surveys
* @copyright Dennis Eichhorn

View File

@ -11,7 +11,7 @@
"phpOMS-db": "1.0.0"
},
"creator": {
"name": "Karaka",
"name": "Jingga",
"website": "jingga.app"
},
"description": "Surveys module.",