fixed pagination for plugin list

This commit is contained in:
Edward Yang 2023-03-10 09:59:58 +08:00
parent 3e727a6cf9
commit e907a1adae
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ class MarketingController
$filters = [
'type' => $request->get('type'),
'keyword' => $request->get('keyword'),
'page' => $request->get('page'),
];
$plugins = MarketingService::getInstance()->getList($filters);
$data = [