diff --git a/Models/ContractMapper.php b/Models/ContractMapper.php index 8b3c06e..81f779c 100755 --- a/Models/ContractMapper.php +++ b/Models/ContractMapper.php @@ -69,7 +69,7 @@ final class ContractMapper extends DataMapperFactory * @var string * @since 1.0.0 */ - public const PRIMARYFIELD ='contractmgmt_contract_id'; + public const PRIMARYFIELD = 'contractmgmt_contract_id'; /** * Created at. diff --git a/Models/ContractTypeL11nMapper.php b/Models/ContractTypeL11nMapper.php index 02e1397..f405878 100755 --- a/Models/ContractTypeL11nMapper.php +++ b/Models/ContractTypeL11nMapper.php @@ -53,5 +53,5 @@ final class ContractTypeL11nMapper extends DataMapperFactory * @var string * @since 1.0.0 */ - public const PRIMARYFIELD ='contractmgmt_type_l11n_id'; + public const PRIMARYFIELD = 'contractmgmt_type_l11n_id'; } diff --git a/Models/ContractTypeMapper.php b/Models/ContractTypeMapper.php index 3a67519..2f016d8 100755 --- a/Models/ContractTypeMapper.php +++ b/Models/ContractTypeMapper.php @@ -66,5 +66,5 @@ final class ContractTypeMapper extends DataMapperFactory * @var string * @since 1.0.0 */ - public const PRIMARYFIELD ='contractmgmt_type_id'; + public const PRIMARYFIELD = 'contractmgmt_type_id'; } diff --git a/info.json b/info.json index c4ce549..3e6a4a1 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": "ContractManagement module.",