mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-02-17 09:48:41 +00:00
This commit is contained in:
parent
e5003dcef6
commit
f72960366c
|
|
@ -34,8 +34,8 @@ final class CollectionMapper extends MediaMapper
|
||||||
'sources' => [
|
'sources' => [
|
||||||
'mapper' => MediaMapper::class, /* mapper of the related object */
|
'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) */
|
'table' => 'media_relation', /* table of the related object, null if no relation table is used (many->1) */
|
||||||
'dst' => 'media_relation_dst',
|
'external' => 'media_relation_dst',
|
||||||
'src' => 'media_relation_src',
|
'self' => 'media_relation_src',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user