mirror of
https://github.com/Karaka-Management/oms-Knowledgebase.git
synced 2026-01-23 06:48:42 +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 = [
|
||||
'parent' => [
|
||||
'mapper' => WikiCategoryMapper::class,
|
||||
'mapper' => self::class,
|
||||
'self' => 'wiki_category_parent',
|
||||
],
|
||||
'app' => [
|
||||
'mapper' => WikiAppMapper::class,
|
||||
'self' => 'wiki_category_app'
|
||||
'self' => 'wiki_category_app',
|
||||
],
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ final class WikiDocMapper extends DataMapperAbstract
|
|||
],
|
||||
'app' => [
|
||||
'mapper' => WikiAppMapper::class,
|
||||
'self' => 'wiki_article_app'
|
||||
'self' => 'wiki_article_app',
|
||||
],
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user