Skip to content

Commit 3ef6582

Browse files
committed
Fix unit tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent e828bfc commit 3ef6582

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

settings/Activity/GroupProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737

3838
class GroupProvider implements IProvider {
3939

40-
public const ADDED_TO_GROUP = 'group_added';
41-
public const REMOVED_FROM_GROUP = 'group_removed';
40+
const ADDED_TO_GROUP = 'group_added';
41+
const REMOVED_FROM_GROUP = 'group_removed';
4242

4343
/** @var L10nFactory */
4444
private $l10n;

settings/Application.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
use OCP\Defaults;
4545
use OCP\IContainer;
4646
use OCP\IGroup;
47-
use OCP\ILogger;
4847
use OCP\IUser;
4948
use OCP\Settings\IManager;
5049
use OCP\Util;

0 commit comments

Comments
 (0)