This commit is contained in:
Dennis Eichhorn 2020-02-07 21:41:13 +01:00
parent c75c89fb56
commit 221244d189

View File

@ -56,7 +56,7 @@ final class AuditMapper extends DataMapperAbstract
protected static array $belongsTo = [ protected static array $belongsTo = [
'createdBy' => [ 'createdBy' => [
'mapper' => AccountMapper::class, 'mapper' => AccountMapper::class,
'src' => 'auditor_audit_created_by', 'self' => 'auditor_audit_created_by',
], ],
]; ];