mirror of
https://github.com/Karaka-Management/oms-Knowledgebase.git
synced 2026-02-10 07:18:43 +00:00
code fixes
This commit is contained in:
parent
23784aabd1
commit
6b4ea7a151
|
|
@ -65,10 +65,10 @@ final class SearchController extends Controller
|
||||||
'link' => '{/base}/wiki/doc/view?id=' . $doc->id,
|
'link' => '{/base}/wiki/doc/view?id=' . $doc->id,
|
||||||
'account' => '',
|
'account' => '',
|
||||||
'createdAt' => $doc->createdAt,
|
'createdAt' => $doc->createdAt,
|
||||||
'image' => '',
|
'image' => '',
|
||||||
'tags' => $doc->tags,
|
'tags' => $doc->tags,
|
||||||
'type' => 'list_links',
|
'type' => 'list_links',
|
||||||
'module' => 'Knowledgebase',
|
'module' => 'Knowledgebase',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user