Skip to content

Commit 81e67f7

Browse files
committed
added missing use DBA\UpdateSet
1 parent ca42a13 commit 81e67f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/inc/api/APISendProgress.class.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
use DBA\Factory;
2020
use DBA\TaskWrapper;
2121
use DBA\Speed;
22+
use DBA\UpdateSet;
2223

2324
class APISendProgress extends APIBasic {
2425
public function execute($QUERY = array()) {
@@ -543,4 +544,4 @@ public function execute($QUERY = array()) {
543544
)
544545
);
545546
}
546-
}
547+
}

0 commit comments

Comments
 (0)