From 754be6e6ea1013bd29d376b19f8d4afb30764bfd Mon Sep 17 00:00:00 2001 From: wangxuepeng Date: Mon, 9 Oct 2023 08:25:15 +0000 Subject: [PATCH] * Refactor actionModel::buildTrashSearchForm. --- module/action/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/action/model.php b/module/action/model.php index 336264cef9..2d57f121ba 100755 --- a/module/action/model.php +++ b/module/action/model.php @@ -1639,7 +1639,7 @@ class actionModel extends model * @access public * @return void */ - public function buildTrashSearchForm(int $queryID, string $actionURL) + public function buildTrashSearchForm(int $queryID, string $actionURL): void { $this->config->trash->search['actionURL'] = $actionURL; $this->config->trash->search['queryID'] = $queryID;