This commit is contained in:
Dennis Eichhorn 2020-02-07 21:41:13 +01:00
parent 3d2a188670
commit 64c541c82f

View File

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