mirror of
https://github.com/Karaka-Management/oms-Knowledgebase.git
synced 2026-02-13 00:38:41 +00:00
This commit is contained in:
parent
312044039f
commit
629cb5d42b
|
|
@ -54,8 +54,8 @@ final class WikiDocMapper extends DataMapperAbstract
|
||||||
'badges' => [
|
'badges' => [
|
||||||
'mapper' => BadgeMapper::class,
|
'mapper' => BadgeMapper::class,
|
||||||
'table' => 'wiki_article_badge',
|
'table' => 'wiki_article_badge',
|
||||||
'src' => 'wiki_article_badge_badge',
|
'self' => 'wiki_article_badge_badge',
|
||||||
'dst' => 'wiki_article_badge_article',
|
'external' => 'wiki_article_badge_article',
|
||||||
],
|
],
|
||||||
];*/
|
];*/
|
||||||
|
|
||||||
|
|
@ -68,7 +68,7 @@ final class WikiDocMapper extends DataMapperAbstract
|
||||||
protected static array $ownsOne = [
|
protected static array $ownsOne = [
|
||||||
'category' => [
|
'category' => [
|
||||||
'mapper' => WikiCategoryMapper::class,
|
'mapper' => WikiCategoryMapper::class,
|
||||||
'dst' => 'wiki_article_category',
|
'external' => 'wiki_article_category',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user