mirror of
https://github.com/Karaka-Management/oms-Surveys.git
synced 2026-02-08 20:08:40 +00:00
fix tests
This commit is contained in:
parent
ef4042732f
commit
ccc564b4a5
|
|
@ -48,7 +48,7 @@ class SurveyTemplateElementL11n implements \JsonSerializable
|
|||
* @var string
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected string $language = ISO639x1Enum::_EN;
|
||||
public string $language = ISO639x1Enum::_EN;
|
||||
|
||||
/**
|
||||
* Title.
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ class SurveyTemplateL11n implements \JsonSerializable
|
|||
* @var string
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected string $language = ISO639x1Enum::_EN;
|
||||
public string $language = ISO639x1Enum::_EN;
|
||||
|
||||
/**
|
||||
* Title.
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ class SurveyTemplateLabelL11n implements \JsonSerializable
|
|||
* @var string
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected string $language = ISO639x1Enum::_EN;
|
||||
public string $language = ISO639x1Enum::_EN;
|
||||
|
||||
/**
|
||||
* Title.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user