fix: correct method argument

This commit is contained in:
Björn Fromme
2025-03-20 16:02:31 +01:00
parent 66c58e42a7
commit 27d39c5035
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ class UploadRepository extends ServiceEntityRepository
return $this
->getBatchDownloadListQuery($type, $status)
->getResult()
;
;
}
public function getUploadListQuery(DocumentFilterDto $filterDto): Query