diff --git a/Interfaces/GSD/Model/GSDAddressMapper.php b/Interfaces/GSD/Model/GSDAddressMapper.php index 947c06b..60e45b8 100755 --- a/Interfaces/GSD/Model/GSDAddressMapper.php +++ b/Interfaces/GSD/Model/GSDAddressMapper.php @@ -71,5 +71,5 @@ final class GSDAddressMapper extends DataMapperFactory * @var string * @since 1.0.0 */ - public const PRIMARYFIELD ='Nummer'; + public const PRIMARYFIELD = 'Nummer'; } diff --git a/Interfaces/GSD/Model/GSDArticleMapper.php b/Interfaces/GSD/Model/GSDArticleMapper.php index 796fd02..0bd3ddb 100755 --- a/Interfaces/GSD/Model/GSDArticleMapper.php +++ b/Interfaces/GSD/Model/GSDArticleMapper.php @@ -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'; } diff --git a/Interfaces/GSD/Model/GSDCostCenterMapper.php b/Interfaces/GSD/Model/GSDCostCenterMapper.php index 6e6b946..b673384 100755 --- a/Interfaces/GSD/Model/GSDCostCenterMapper.php +++ b/Interfaces/GSD/Model/GSDCostCenterMapper.php @@ -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'; } diff --git a/Interfaces/GSD/Model/GSDCostObjectMapper.php b/Interfaces/GSD/Model/GSDCostObjectMapper.php index 113a599..a589b17 100755 --- a/Interfaces/GSD/Model/GSDCostObjectMapper.php +++ b/Interfaces/GSD/Model/GSDCostObjectMapper.php @@ -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'; } diff --git a/Interfaces/GSD/Model/GSDCustomerMapper.php b/Interfaces/GSD/Model/GSDCustomerMapper.php index 147440e..34c6517 100755 --- a/Interfaces/GSD/Model/GSDCustomerMapper.php +++ b/Interfaces/GSD/Model/GSDCustomerMapper.php @@ -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'; } diff --git a/Interfaces/GSD/Model/GSDSupplierMapper.php b/Interfaces/GSD/Model/GSDSupplierMapper.php index 3a1aebf..f039c7d 100755 --- a/Interfaces/GSD/Model/GSDSupplierMapper.php +++ b/Interfaces/GSD/Model/GSDSupplierMapper.php @@ -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'; } diff --git a/Models/ExchangeLogMapper.php b/Models/ExchangeLogMapper.php index f0609e5..6dd0be0 100755 --- a/Models/ExchangeLogMapper.php +++ b/Models/ExchangeLogMapper.php @@ -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. diff --git a/Models/ExchangeSettingMapper.php b/Models/ExchangeSettingMapper.php index b2b5a65..3ec04e3 100755 --- a/Models/ExchangeSettingMapper.php +++ b/Models/ExchangeSettingMapper.php @@ -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'; } diff --git a/Models/InterfaceManagerMapper.php b/Models/InterfaceManagerMapper.php index c998768..f1583f4 100755 --- a/Models/InterfaceManagerMapper.php +++ b/Models/InterfaceManagerMapper.php @@ -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. diff --git a/composer.json b/composer.json index 15e8d01..6fc1e5d 100755 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "karaka/module", - "description": "Module for Karaka.", + "description": "Module for Jingga.", "authors": [ { "name": "Dennis Eichhorn", diff --git a/info.json b/info.json index 862bd2f..8708787 100755 --- a/info.json +++ b/info.json @@ -11,7 +11,7 @@ "phpOMS-db": "1.0.0" }, "creator": { - "name": "Karaka", + "name": "Jingga", "website": "jingga.app" }, "description": "The administration module.",