too many changes

This commit is contained in:
Dennis Eichhorn 2023-03-11 23:38:18 +01:00
parent 064fef7d82
commit 42c578926a
6 changed files with 6 additions and 6 deletions

View File

@ -78,7 +78,7 @@ final class EmployeeEducationHistoryMapper extends DataMapperFactory
* @var string * @var string
* @since 1.0.0 * @since 1.0.0
*/ */
public const PRIMARYFIELD ='hr_staff_education_history_id'; public const PRIMARYFIELD = 'hr_staff_education_history_id';
/** /**
* Primary table. * Primary table.

View File

@ -92,7 +92,7 @@ final class EmployeeHistoryMapper extends DataMapperFactory
* @var string * @var string
* @since 1.0.0 * @since 1.0.0
*/ */
public const PRIMARYFIELD ='hr_staff_history_id'; public const PRIMARYFIELD = 'hr_staff_history_id';
/** /**
* Primary table. * Primary table.

View File

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

View File

@ -76,7 +76,7 @@ final class EmployeeWorkHistoryMapper extends DataMapperFactory
* @var string * @var string
* @since 1.0.0 * @since 1.0.0
*/ */
public const PRIMARYFIELD ='hr_staff_work_history_id'; public const PRIMARYFIELD = 'hr_staff_work_history_id';
/** /**
* Primary table. * Primary table.

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": "Human Resources module.", "description": "Human Resources module.",