mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-02-08 05:28:41 +00:00
This commit is contained in:
parent
e5003dcef6
commit
f72960366c
|
|
@ -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',
|
||||
],
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user