We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e828bfc commit 3ef6582Copy full SHA for 3ef6582
settings/Activity/GroupProvider.php
@@ -37,8 +37,8 @@
37
38
class GroupProvider implements IProvider {
39
40
- public const ADDED_TO_GROUP = 'group_added';
41
- public const REMOVED_FROM_GROUP = 'group_removed';
+ const ADDED_TO_GROUP = 'group_added';
+ const REMOVED_FROM_GROUP = 'group_removed';
42
43
/** @var L10nFactory */
44
private $l10n;
settings/Application.php
@@ -44,7 +44,6 @@
use OCP\Defaults;
45
use OCP\IContainer;
46
use OCP\IGroup;
47
-use OCP\ILogger;
48
use OCP\IUser;
49
use OCP\Settings\IManager;
50
use OCP\Util;
0 commit comments