too many changes

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

View File

@ -114,5 +114,5 @@ final class NewsArticleMapper extends DataMapperFactory
* @var string
* @since 1.0.0
*/
public const PRIMARYFIELD ='news_id';
public const PRIMARYFIELD = 'news_id';
}

View File

@ -53,5 +53,5 @@ final class NewsSeenMapper extends DataMapperFactory
* @var string
* @since 1.0.0
*/
public const PRIMARYFIELD ='news_seen_id';
public const PRIMARYFIELD = 'news_seen_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": "News module.",