Mapper/Module/Schema fixes thanks to new tests

This commit is contained in:
Dennis Eichhorn 2019-02-26 00:00:31 +01:00
parent b5bf4cef16
commit 7647e69efd

View File

@ -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';
}