* Fix type error.

This commit is contained in:
dingguodong
2023-08-21 14:44:18 +08:00
parent 56c34db352
commit 6635bd608c
+1 -1
View File
@@ -1051,7 +1051,7 @@ class task extends control
* @access public
* @return void
*/
public function export($executionID, $orderBy, $type)
public function export(int $executionID, string $orderBy, string $type)
{
$execution = $this->execution->getById($executionID);
$allExportFields = $this->config->task->exportFields;