too many changes

This commit is contained in:
Dennis Eichhorn 2023-03-11 23:38:18 +01:00
parent 4e2a3f5f77
commit 4c7a04477e
4 changed files with 4 additions and 4 deletions

View File

@ -89,7 +89,7 @@ final class ReportMapper extends DataMapperFactory
* @var string * @var string
* @since 1.0.0 * @since 1.0.0
*/ */
public const PRIMARYFIELD ='helper_report_id'; public const PRIMARYFIELD = 'helper_report_id';
/** /**
* Created at. * Created at.

View File

@ -125,5 +125,5 @@ final class TemplateMapper extends DataMapperFactory
* @var string * @var string
* @since 1.0.0 * @since 1.0.0
*/ */
public const PRIMARYFIELD ='helper_template_id'; public const PRIMARYFIELD = 'helper_template_id';
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "karaka/module", "name": "karaka/module",
"description": "Module for Karaka.", "description": "Module for Jingga.",
"authors": [ "authors": [
{ {
"name": "Dennis Eichhorn", "name": "Dennis Eichhorn",

View File

@ -11,7 +11,7 @@
"phpOMS-db": "1.0.0" "phpOMS-db": "1.0.0"
}, },
"creator": { "creator": {
"name": "Karaka", "name": "Jingga",
"website": "jingga.app" "website": "jingga.app"
}, },
"description": "The helper module supports creating static and dynamic reportings.", "description": "The helper module supports creating static and dynamic reportings.",