diff --git a/Models/CostCenterL11nMapper.php b/Models/CostCenterL11nMapper.php index a39e278..e9d2dd4 100755 --- a/Models/CostCenterL11nMapper.php +++ b/Models/CostCenterL11nMapper.php @@ -54,5 +54,5 @@ final class CostCenterL11nMapper extends DataMapperFactory * @var string * @since 1.0.0 */ - public const PRIMARYFIELD ='accounting_costcenter_l11n_id'; + public const PRIMARYFIELD = 'accounting_costcenter_l11n_id'; } diff --git a/Models/CostCenterMapper.php b/Models/CostCenterMapper.php index c963926..f13d2a6 100755 --- a/Models/CostCenterMapper.php +++ b/Models/CostCenterMapper.php @@ -75,5 +75,5 @@ final class CostCenterMapper extends DataMapperFactory * @var string * @since 1.0.0 */ - public const PRIMARYFIELD ='accounting_costcenter_id'; + public const PRIMARYFIELD = 'accounting_costcenter_id'; } diff --git a/Models/CostObjectL11nMapper.php b/Models/CostObjectL11nMapper.php index 0e91385..b9dc5b6 100755 --- a/Models/CostObjectL11nMapper.php +++ b/Models/CostObjectL11nMapper.php @@ -54,5 +54,5 @@ final class CostObjectL11nMapper extends DataMapperFactory * @var string * @since 1.0.0 */ - public const PRIMARYFIELD ='accounting_costobject_l11n_id'; + public const PRIMARYFIELD = 'accounting_costobject_l11n_id'; } diff --git a/Models/CostObjectMapper.php b/Models/CostObjectMapper.php index abf9cb6..5074be7 100755 --- a/Models/CostObjectMapper.php +++ b/Models/CostObjectMapper.php @@ -75,5 +75,5 @@ final class CostObjectMapper extends DataMapperFactory * @var string * @since 1.0.0 */ - public const PRIMARYFIELD ='accounting_costobject_id'; + public const PRIMARYFIELD = 'accounting_costobject_id'; } diff --git a/info.json b/info.json index 85ede94..6e7a5f3 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": "Accounting module.",