too many changes

This commit is contained in:
Dennis Eichhorn 2023-03-11 23:38:18 +01:00
parent 6d1db10353
commit 7f6208d098
8 changed files with 8 additions and 8 deletions

View File

@ -66,5 +66,5 @@ final class AccountRelationMapper extends DataMapperFactory
* @var string
* @since 1.0.0
*/
public const PRIMARYFIELD ='marketing_promotion_accountrel_id';
public const PRIMARYFIELD = 'marketing_promotion_accountrel_id';
}

View File

@ -70,5 +70,5 @@ final class PromotionAttributeMapper extends DataMapperFactory
* @var string
* @since 1.0.0
*/
public const PRIMARYFIELD ='marketing_promotion_attr_id';
public const PRIMARYFIELD = 'marketing_promotion_attr_id';
}

View File

@ -54,7 +54,7 @@ final class PromotionAttributeTypeL11nMapper extends DataMapperFactory
* @var string
* @since 1.0.0
*/
public const PRIMARYFIELD ='marketing_promotion_attr_type_l11n_id';
public const PRIMARYFIELD = 'marketing_promotion_attr_type_l11n_id';
/**
* Model to use by the mapper.

View File

@ -77,5 +77,5 @@ final class PromotionAttributeTypeMapper extends DataMapperFactory
* @var string
* @since 1.0.0
*/
public const PRIMARYFIELD ='marketing_promotion_attr_type_id';
public const PRIMARYFIELD = 'marketing_promotion_attr_type_id';
}

View File

@ -73,5 +73,5 @@ final class PromotionAttributeValueMapper extends DataMapperFactory
* @var string
* @since 1.0.0
*/
public const PRIMARYFIELD ='marketing_promotion_attr_value_id';
public const PRIMARYFIELD = 'marketing_promotion_attr_value_id';
}

View File

@ -135,5 +135,5 @@ final class PromotionMapper extends DataMapperFactory
* @var string
* @since 1.0.0
*/
public const PRIMARYFIELD ='marketing_promotion_id';
public const PRIMARYFIELD = 'marketing_promotion_id';
}

View File

@ -1,6 +1,6 @@
{
"name": "karaka/module",
"description": "Module for Karaka.",
"description": "Module for Jingga.",
"authors": [
{
"name": "Dennis Eichhorn",

View File

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