This commit is contained in:
Dennis Eichhorn 2020-02-07 21:41:13 +01:00
parent e5003dcef6
commit f72960366c

View File

@ -34,8 +34,8 @@ final class CollectionMapper extends MediaMapper
'sources' => [
'mapper' => MediaMapper::class, /* mapper of the related object */
'table' => 'media_relation', /* table of the related object, null if no relation table is used (many->1) */
'dst' => 'media_relation_dst',
'src' => 'media_relation_src',
'external' => 'media_relation_dst',
'self' => 'media_relation_src',
],
];