Fix wiki and qa relation

This commit is contained in:
Dennis Eichhorn 2017-04-01 15:26:13 +02:00
parent a4cce45152
commit 3af70bf832

View File

@ -62,8 +62,8 @@ class WikiDocMapper extends DataMapperAbstract
'badges' => [
'mapper' => WikiBadgeMapper::class,
'table' => 'wiki_article_badge',
'dst' => 'wiki_article_badge_badge',
'src' => 'wiki_article_badge_article',
'src' => 'wiki_article_badge_badge',
'dst' => 'wiki_article_badge_article',
],
];