mirror of
https://github.com/Karaka-Management/oms-Knowledgebase.git
synced 2026-02-15 09:38:40 +00:00
Fix wiki and qa relation
This commit is contained in:
parent
a4cce45152
commit
3af70bf832
|
|
@ -62,8 +62,8 @@ class WikiDocMapper extends DataMapperAbstract
|
||||||
'badges' => [
|
'badges' => [
|
||||||
'mapper' => WikiBadgeMapper::class,
|
'mapper' => WikiBadgeMapper::class,
|
||||||
'table' => 'wiki_article_badge',
|
'table' => 'wiki_article_badge',
|
||||||
'dst' => 'wiki_article_badge_badge',
|
'src' => 'wiki_article_badge_badge',
|
||||||
'src' => 'wiki_article_badge_article',
|
'dst' => 'wiki_article_badge_article',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user