mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-02-17 23:28:42 +00:00
Re-format mappers
This commit is contained in:
parent
57ff8f3727
commit
518e290e37
|
|
@ -70,13 +70,13 @@ class TaskMapper extends DataMapperAbstract
|
|||
'dst' => 'task_element_task',
|
||||
'src' => null,
|
||||
],
|
||||
'media' => [ // todo: maybe make this a has one and then link to collection instead of single media files!
|
||||
'media' => [
|
||||
'mapper' => MediaMapper::class,
|
||||
'table' => 'task_media',
|
||||
'dst' => 'task_media_src',
|
||||
'src' => 'task_media_dst',
|
||||
],
|
||||
'acc' => [ // todo: maybe make this a has one and then link to collection instead of single media files!
|
||||
'acc' => [
|
||||
'mapper' => AccountMapper::class,
|
||||
'table' => 'task_account',
|
||||
'dst' => 'task_account_account',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user