too many changes

This commit is contained in:
Dennis Eichhorn 2023-03-11 23:38:17 +01:00
parent 6782ea2689
commit bd68e417d1
5 changed files with 5 additions and 5 deletions

View File

@ -69,5 +69,5 @@ final class CommentListMapper extends DataMapperFactory
* @var string * @var string
* @since 1.0.0 * @since 1.0.0
*/ */
public const PRIMARYFIELD ='comments_list_id'; public const PRIMARYFIELD = 'comments_list_id';
} }

View File

@ -100,5 +100,5 @@ final class CommentMapper extends DataMapperFactory
* @var string * @var string
* @since 1.0.0 * @since 1.0.0
*/ */
public const PRIMARYFIELD ='comments_comment_id'; public const PRIMARYFIELD = 'comments_comment_id';
} }

View File

@ -62,7 +62,7 @@ final class CommentVoteMapper extends DataMapperFactory
* @var string * @var string
* @since 1.0.0 * @since 1.0.0
*/ */
public const PRIMARYFIELD ='comments_comment_vote_id'; public const PRIMARYFIELD = 'comments_comment_vote_id';
/** /**
* Find vote for comment from user * Find vote for comment from user

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 administration module.", "description": "The administration module.",