too many changes

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

View File

@ -76,5 +76,5 @@ final class CalendarMapper extends DataMapperFactory
* @var string
* @since 1.0.0
*/
public const PRIMARYFIELD ='calendar_id';
public const PRIMARYFIELD = 'calendar_id';
}

View File

@ -120,5 +120,5 @@ final class EventMapper extends DataMapperFactory
* @var string
* @since 1.0.0
*/
public const PRIMARYFIELD ='calendar_event_id';
public const PRIMARYFIELD = 'calendar_event_id';
}

View File

@ -87,5 +87,5 @@ final class ScheduleMapper extends DataMapperFactory
* @var string
* @since 1.0.0
*/
public const PRIMARYFIELD ='schedule_id';
public const PRIMARYFIELD = 'schedule_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": "Calendar module.",