From bd68e417d16b92b162e2994ff89b532fa7d6c2c7 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 11 Mar 2023 23:38:17 +0100 Subject: [PATCH] too many changes --- Models/CommentListMapper.php | 2 +- Models/CommentMapper.php | 2 +- Models/CommentVoteMapper.php | 2 +- composer.json | 2 +- info.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Models/CommentListMapper.php b/Models/CommentListMapper.php index 30fb2f1..ce1dec1 100755 --- a/Models/CommentListMapper.php +++ b/Models/CommentListMapper.php @@ -69,5 +69,5 @@ final class CommentListMapper extends DataMapperFactory * @var string * @since 1.0.0 */ - public const PRIMARYFIELD ='comments_list_id'; + public const PRIMARYFIELD = 'comments_list_id'; } diff --git a/Models/CommentMapper.php b/Models/CommentMapper.php index 425f651..0f13bdb 100755 --- a/Models/CommentMapper.php +++ b/Models/CommentMapper.php @@ -100,5 +100,5 @@ final class CommentMapper extends DataMapperFactory * @var string * @since 1.0.0 */ - public const PRIMARYFIELD ='comments_comment_id'; + public const PRIMARYFIELD = 'comments_comment_id'; } diff --git a/Models/CommentVoteMapper.php b/Models/CommentVoteMapper.php index 6425510..ee9d773 100755 --- a/Models/CommentVoteMapper.php +++ b/Models/CommentVoteMapper.php @@ -62,7 +62,7 @@ final class CommentVoteMapper extends DataMapperFactory * @var string * @since 1.0.0 */ - public const PRIMARYFIELD ='comments_comment_vote_id'; + public const PRIMARYFIELD = 'comments_comment_vote_id'; /** * Find vote for comment from user 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 dbe2d68..6470a25 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.",