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