mirror of
https://github.com/Karaka-Management/oms-Surveys.git
synced 2026-01-09 23:18:41 +00:00
too many changes
This commit is contained in:
parent
0df9068ab6
commit
ab4e2606be
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Karaka
|
||||
*
|
||||
* PHP Version 7.4
|
||||
* PHP Version 8.1
|
||||
*
|
||||
* @package Modules\Surveys\Admin\Install
|
||||
* @copyright Dennis Eichhorn
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Karaka
|
||||
*
|
||||
* PHP Version 7.4
|
||||
* PHP Version 8.1
|
||||
*
|
||||
* @package Modules\Surveys\Admin
|
||||
* @copyright Dennis Eichhorn
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Karaka
|
||||
*
|
||||
* PHP Version 7.4
|
||||
* PHP Version 8.1
|
||||
*
|
||||
* @package Modules\Surveys\Admin
|
||||
* @copyright Dennis Eichhorn
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Karaka
|
||||
*
|
||||
* PHP Version 7.4
|
||||
* PHP Version 8.1
|
||||
*
|
||||
* @package Modules\Surveys\Admin
|
||||
* @copyright Dennis Eichhorn
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Karaka
|
||||
*
|
||||
* PHP Version 7.4
|
||||
* PHP Version 8.1
|
||||
*
|
||||
* @package Modules\Surveys\Admin
|
||||
* @copyright Dennis Eichhorn
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Karaka
|
||||
*
|
||||
* PHP Version 7.4
|
||||
* PHP Version 8.1
|
||||
*
|
||||
* @package Modules\Surveys
|
||||
* @copyright Dennis Eichhorn
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Karaka
|
||||
*
|
||||
* PHP Version 7.4
|
||||
* PHP Version 8.1
|
||||
*
|
||||
* @package Modules\Surveys
|
||||
* @copyright Dennis Eichhorn
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Karaka
|
||||
*
|
||||
* PHP Version 7.4
|
||||
* PHP Version 8.1
|
||||
*
|
||||
* @package Modules\Surveys\Models
|
||||
* @copyright Dennis Eichhorn
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Karaka
|
||||
*
|
||||
* PHP Version 7.4
|
||||
* PHP Version 8.1
|
||||
*
|
||||
* @package Modules\Surveys\Models
|
||||
* @copyright Dennis Eichhorn
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Karaka
|
||||
*
|
||||
* PHP Version 7.4
|
||||
* PHP Version 8.1
|
||||
*
|
||||
* @package Modules\Surveys\Models
|
||||
* @copyright Dennis Eichhorn
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Karaka
|
||||
*
|
||||
* PHP Version 7.4
|
||||
* PHP Version 8.1
|
||||
*
|
||||
* @package Modules\Surveys
|
||||
* @copyright Dennis Eichhorn
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Karaka
|
||||
*
|
||||
* PHP Version 7.4
|
||||
* PHP Version 8.1
|
||||
*
|
||||
* @package Modules\Surveys
|
||||
* @copyright Dennis Eichhorn
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user