diff options
author | Joas Schilling <coding@schilljs.com> | 2020-06-17 12:08:17 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2020-06-23 14:55:26 +0200 |
commit | 3495f4c0c1458ca151216bf77cadf78ac356984f (patch) | |
tree | 02c3f141caa5240a695354e9f385a56d1f7f63e0 /lib | |
parent | 00ec9e71e966b90b98990f530b473ae03ee0fe75 (diff) | |
download | nextcloud-server-3495f4c0c1458ca151216bf77cadf78ac356984f.tar.gz nextcloud-server-3495f4c0c1458ca151216bf77cadf78ac356984f.zip |
Fix PHP CS
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/Collaboration/Collaborators/UserPlugin.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/Collaboration/Collaborators/UserPlugin.php b/lib/private/Collaboration/Collaborators/UserPlugin.php index c955b244f48..c92f7bb0b6e 100644 --- a/lib/private/Collaboration/Collaborators/UserPlugin.php +++ b/lib/private/Collaboration/Collaborators/UserPlugin.php @@ -31,7 +31,6 @@ use OCP\Collaboration\Collaborators\ISearchPlugin; use OCP\Collaboration\Collaborators\ISearchResult; use OCP\Collaboration\Collaborators\SearchResultType; use OCP\IConfig; -use OCP\IGroup; use OCP\IGroupManager; use OCP\IUser; use OCP\IUserManager; |