mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-02-12 06:28:41 +00:00
correct datamapper self/external usage (invert)
This commit is contained in:
parent
1c60dc850f
commit
85a186f4c1
|
|
@ -47,7 +47,7 @@ final class TicketMapper extends DataMapperAbstract
|
||||||
protected static array $ownsOne = [
|
protected static array $ownsOne = [
|
||||||
'task' => [
|
'task' => [
|
||||||
'mapper' => TaskMapper::class,
|
'mapper' => TaskMapper::class,
|
||||||
'self' => 'support_ticket_task',
|
'external' => 'support_ticket_task',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user