Skip to content

Commit

Permalink
#311 boardConfig, urlHandler를 같이 넘겨주도록 코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
xharpenParksuhyeon committed Aug 22, 2021
1 parent e63541c commit 2bd0639
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/Widgets/QnaList/QnaListWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ public function render(): string
$moreUrl = Arr::get($widgetConfig, 'using_more') !== 'true' ? null : app(UrlHandler::class)->get('index', $boardRequest->all(), $boardId);

return $this->renderSkin([
'boardConfig' => $boardConfig,
'widgetConfig' => $widgetConfig,
'boards' => $boards,
'moreUrl' => $moreUrl,
'urlHandler' => app(UrlHandler::class),
]);
}

Expand Down

0 comments on commit 2bd0639

Please sign in to comment.