Core adjustments for pending issues

This commit is contained in:
Dennis Eichhorn 2016-10-02 12:07:05 +02:00
parent 5428ebe55e
commit dad14c0034

View File

@ -35,13 +35,10 @@ class EmployeeMapper extends DataMapperAbstract
protected static $ownsOne = [ protected static $ownsOne = [
'account' => [ 'account' => [
'mapper' => AccountMapper::class, 'mapper' => AccountMapper::class,
'src' => 'hr_staff', 'src' => 'hr_staff_account',
], ],
]; ];
protected static $hasMany = [
];
/** /**
* Primary table. * Primary table.
* *