too many changes

This commit is contained in:
Dennis Eichhorn 2023-03-11 23:38:17 +01:00
parent 2bef26209c
commit b0be0be09c
11 changed files with 11 additions and 11 deletions

View File

@ -71,5 +71,5 @@ final class GSDAddressMapper extends DataMapperFactory
* @var string
* @since 1.0.0
*/
public const PRIMARYFIELD ='Nummer';
public const PRIMARYFIELD = 'Nummer';
}

View File

@ -108,5 +108,5 @@ final class GSDArticleMapper extends DataMapperFactory
* @var string
* @since 1.0.0
*/
public const PRIMARYFIELD ='row_id';
public const PRIMARYFIELD = 'row_id';
}

View File

@ -62,5 +62,5 @@ final class GSDCostCenterMapper extends DataMapperFactory
* @var string
* @since 1.0.0
*/
public const PRIMARYFIELD ='ROW_ID';
public const PRIMARYFIELD = 'ROW_ID';
}

View File

@ -62,5 +62,5 @@ final class GSDCostObjectMapper extends DataMapperFactory
* @var string
* @since 1.0.0
*/
public const PRIMARYFIELD ='ROW_ID';
public const PRIMARYFIELD = 'ROW_ID';
}

View File

@ -100,5 +100,5 @@ final class GSDCustomerMapper extends DataMapperFactory
* @var string
* @since 1.0.0
*/
public const PRIMARYFIELD ='row_id';
public const PRIMARYFIELD = 'row_id';
}

View File

@ -80,5 +80,5 @@ final class GSDSupplierMapper extends DataMapperFactory
* @var string
* @since 1.0.0
*/
public const PRIMARYFIELD ='row_id';
public const PRIMARYFIELD = 'row_id';
}

View File

@ -66,7 +66,7 @@ final class ExchangeLogMapper extends DataMapperFactory
* @var string
* @since 1.0.0
*/
public const PRIMARYFIELD ='exchange_log_id';
public const PRIMARYFIELD = 'exchange_log_id';
/**
* Belongs to.

View File

@ -62,5 +62,5 @@ final class ExchangeSettingMapper extends DataMapperFactory
* @var string
* @since 1.0.0
*/
public const PRIMARYFIELD ='exchange_settings_id';
public const PRIMARYFIELD = 'exchange_settings_id';
}

View File

@ -60,7 +60,7 @@ final class InterfaceManagerMapper extends DataMapperFactory
* @var string
* @since 1.0.0
*/
public const PRIMARYFIELD ='exchange_interface_id';
public const PRIMARYFIELD = 'exchange_interface_id';
/**
* Belongs to.

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": "The administration module.",