mirror of
https://github.com/Karaka-Management/oms-Knowledgebase.git
synced 2026-01-22 14:28:56 +00:00
Automated formatting changes
This commit is contained in:
parent
0d1925e366
commit
c1ae03c461
|
|
@ -48,11 +48,11 @@ final class WikiCategoryMapper extends DataMapperAbstract
|
|||
*/
|
||||
protected static array $belongsTo = [
|
||||
'parent' => [
|
||||
'mapper' => self::class,
|
||||
'mapper' => self::class,
|
||||
'external' => 'wiki_category_parent',
|
||||
],
|
||||
'app' => [
|
||||
'mapper' => WikiAppMapper::class,
|
||||
'mapper' => WikiAppMapper::class,
|
||||
'external' => 'wiki_category_app',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -66,11 +66,11 @@ final class WikiDocMapper extends DataMapperAbstract
|
|||
*/
|
||||
protected static array $belongsTo = [
|
||||
'category' => [
|
||||
'mapper' => WikiCategoryMapper::class,
|
||||
'mapper' => WikiCategoryMapper::class,
|
||||
'external' => 'wiki_article_category',
|
||||
],
|
||||
'app' => [
|
||||
'mapper' => WikiAppMapper::class,
|
||||
'mapper' => WikiAppMapper::class,
|
||||
'external' => 'wiki_article_app',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user