too many changes

This commit is contained in:
Dennis Eichhorn 2023-03-11 23:38:17 +01:00
parent 92c6001e37
commit a85d893214
4 changed files with 4 additions and 4 deletions

View File

@ -82,5 +82,5 @@ final class DashboardBoardMapper extends DataMapperFactory
* @var string * @var string
* @since 1.0.0 * @since 1.0.0
*/ */
public const PRIMARYFIELD ='dashboard_board_id'; public const PRIMARYFIELD = 'dashboard_board_id';
} }

View File

@ -67,5 +67,5 @@ final class DashboardComponentMapper extends DataMapperFactory
* @var string * @var string
* @since 1.0.0 * @since 1.0.0
*/ */
public const PRIMARYFIELD ='dashboard_component_id'; public const PRIMARYFIELD = 'dashboard_component_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 backend dashboard module.", "description": "The backend dashboard module.",