too many changes

This commit is contained in:
Dennis Eichhorn 2023-03-11 23:38:19 +01:00
parent b547df29a6
commit 637967e818
4 changed files with 4 additions and 4 deletions

View File

@ -82,5 +82,5 @@ final class WorkflowInstanceAbstractMapper extends DataMapperFactory
* @var string
* @since 1.0.0
*/
public const PRIMARYFIELD ='workflow_instance_id';
public const PRIMARYFIELD = 'workflow_instance_id';
}

View File

@ -94,5 +94,5 @@ final class WorkflowTemplateMapper extends DataMapperFactory
* @var string
* @since 1.0.0
*/
public const PRIMARYFIELD ='workflow_template_id';
public const PRIMARYFIELD = 'workflow_template_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": "Workflow module.",