mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-01-23 01:18: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
|
||||
{
|
||||
/**
|
||||
* Primary field name.
|
||||
*
|
||||
* @var string
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static $primaryField = 'hr_staff_history_id';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user