@@ -40,6 +40,9 @@ |
||
40 | 40 | |
41 | 41 | public function __construct() { } |
42 | 42 | |
43 | + /** |
|
44 | + * @param string $gid |
|
45 | + */ |
|
43 | 46 | public function setGroupId($gid) { |
44 | 47 | parent::setter('groupId', [$gid]); |
45 | 48 | } |
@@ -22,7 +22,6 @@ |
||
22 | 22 | namespace OC\Group; |
23 | 23 | |
24 | 24 | use OCP\AppFramework\Db\Entity; |
25 | -use OCP\GroupInterface; |
|
26 | 25 | |
27 | 26 | /** |
28 | 27 | * Class BackendGroup |
@@ -40,7 +40,6 @@ |
||
40 | 40 | use OCP\GroupInterface; |
41 | 41 | use OCP\IGroupManager; |
42 | 42 | use OC\Group\GroupMapper; |
43 | -use OC\Group\Database; |
|
44 | 43 | |
45 | 44 | /** |
46 | 45 | * Class Manager |