From 6b4ea7a151c2850e6c78c010e226dd08d5ec2bea Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 15 Mar 2024 20:24:38 +0000 Subject: [PATCH] code fixes --- Controller/SearchController.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Controller/SearchController.php b/Controller/SearchController.php index 85f8584..f2a4b42 100644 --- a/Controller/SearchController.php +++ b/Controller/SearchController.php @@ -65,10 +65,10 @@ final class SearchController extends Controller 'link' => '{/base}/wiki/doc/view?id=' . $doc->id, 'account' => '', 'createdAt' => $doc->createdAt, - 'image' => '', - 'tags' => $doc->tags, - 'type' => 'list_links', - 'module' => 'Knowledgebase', + 'image' => '', + 'tags' => $doc->tags, + 'type' => 'list_links', + 'module' => 'Knowledgebase', ]; }