too many changes

This commit is contained in:
Dennis Eichhorn 2023-03-11 23:38:18 +01:00
parent c940490152
commit 8c8759ad6f
4 changed files with 7 additions and 3 deletions

View File

@ -75,7 +75,7 @@ final class NavElementMapper extends DataMapperFactory
* @var string
* @since 1.0.0
*/
public const PRIMARYFIELD ='nav_id';
public const PRIMARYFIELD = 'nav_id';
/**
* Autoincrement primary field.

View File

@ -20,4 +20,8 @@ return ['Navigation' => [
'Subtype' => 'Subtype',
'Type' => 'Type',
'Uri' => 'Uri',
'Order' => 'Order',
'Link' => 'Link',
'App' => 'App',
'Active' => 'Active',
]];

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