mirror of
https://github.com/Karaka-Management/oms-Knowledgebase.git
synced 2026-02-12 08:18:41 +00:00
autoformat
This commit is contained in:
parent
1ea1f65dca
commit
859b0281da
|
|
@ -48,12 +48,12 @@ final class WikiCategoryMapper extends DataMapperAbstract
|
||||||
*/
|
*/
|
||||||
protected static array $belongsTo = [
|
protected static array $belongsTo = [
|
||||||
'parent' => [
|
'parent' => [
|
||||||
'mapper' => WikiCategoryMapper::class,
|
'mapper' => self::class,
|
||||||
'self' => 'wiki_category_parent',
|
'self' => 'wiki_category_parent',
|
||||||
],
|
],
|
||||||
'app' => [
|
'app' => [
|
||||||
'mapper' => WikiAppMapper::class,
|
'mapper' => WikiAppMapper::class,
|
||||||
'self' => 'wiki_category_app'
|
'self' => 'wiki_category_app',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -71,7 +71,7 @@ final class WikiDocMapper extends DataMapperAbstract
|
||||||
],
|
],
|
||||||
'app' => [
|
'app' => [
|
||||||
'mapper' => WikiAppMapper::class,
|
'mapper' => WikiAppMapper::class,
|
||||||
'self' => 'wiki_article_app'
|
'self' => 'wiki_article_app',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user