mirror of
https://github.com/Karaka-Management/oms-ItemManagement.git
synced 2026-01-25 10:08:41 +00:00
This commit is contained in:
parent
8249ee3076
commit
2ff136cf6b
|
|
@ -70,8 +70,8 @@ final class ItemMapper extends DataMapperAbstract
|
|||
'media' => [
|
||||
'mapper' => MediaMapper::class, /* mapper of the related object */
|
||||
'table' => 'itemmgmt_item_media', /* table of the related object, null if no relation table is used (many->1) */
|
||||
'dst' => 'itemmgmt_item_media_dst',
|
||||
'src' => 'itemmgmt_item_media_src',
|
||||
'external' => 'itemmgmt_item_media_dst',
|
||||
'self' => 'itemmgmt_item_media_src',
|
||||
],
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user