mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-02-11 10:28:41 +00:00
Mapper/Module/Schema fixes thanks to new tests
This commit is contained in:
parent
b5bf4cef16
commit
7647e69efd
|
|
@ -18,4 +18,11 @@ use phpOMS\DataStorage\Database\DataMapperAbstract;
|
||||||
|
|
||||||
final class EmployeeHistoryMapper extends DataMapperAbstract
|
final class EmployeeHistoryMapper extends DataMapperAbstract
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* Primary field name.
|
||||||
|
*
|
||||||
|
* @var string
|
||||||
|
* @since 1.0.0
|
||||||
|
*/
|
||||||
|
protected static $primaryField = 'hr_staff_history_id';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user