mirror of
https://github.com/Karaka-Management/oms-Knowledgebase.git
synced 2026-01-24 15:28:40 +00:00
Fix minor test bugs
This commit is contained in:
parent
24c39e593c
commit
96d3c119d3
|
|
@ -62,8 +62,8 @@ class WikiDocMapper extends DataMapperAbstract
|
|||
'badges' => [
|
||||
'mapper' => WikiBadgeMapper::class,
|
||||
'table' => 'wiki_article_badge',
|
||||
'dst' => 'wiki_article_badge_article',
|
||||
'src' => 'wiki_article_badge_badge',
|
||||
'dst' => 'wiki_article_badge_badge',
|
||||
'src' => 'wiki_article_badge_article',
|
||||
],
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user