Skip to content

Commit 06c11cf

Browse files
authored
Add use statement for UpdateSet in UserUtils
1 parent 35f6fee commit 06c11cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/inc/utils/UserUtils.class.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?php
22

3+
use DBA\UpdateSet;
34
use DBA\User;
45
use DBA\QueryFilter;
56
use DBA\AccessGroupUser;
@@ -237,4 +238,4 @@ public static function getUser($userId) {
237238
}
238239
return $user;
239240
}
240-
}
241+
}

0 commit comments

Comments
 (0)