correct datamapper self/external usage (invert)

This commit is contained in:
Dennis Eichhorn 2020-10-21 22:50:21 +02:00
parent 960257ef58
commit b95dd5fd6d

View File

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