diff options
author | Robin Appelman <icewind@owncloud.com> | 2016-02-08 15:53:46 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2016-02-08 15:53:46 +0100 |
commit | 87179eaae2f35552cbbe0d2b61b459a802b5fa40 (patch) | |
tree | e553baa1a26c83dc0072ecb515053fde4204deb4 /apps/files_external/lib | |
parent | 678a3abf6d83deca705076034a2c2c1f61647db5 (diff) | |
download | nextcloud-server-87179eaae2f35552cbbe0d2b61b459a802b5fa40.tar.gz nextcloud-server-87179eaae2f35552cbbe0d2b61b459a802b5fa40.zip |
Add tests
Diffstat (limited to 'apps/files_external/lib')
-rw-r--r-- | apps/files_external/lib/auth/password/globalauth.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_external/lib/auth/password/globalauth.php b/apps/files_external/lib/auth/password/globalauth.php index 0684ba7998d..c6faee06109 100644 --- a/apps/files_external/lib/auth/password/globalauth.php +++ b/apps/files_external/lib/auth/password/globalauth.php @@ -21,8 +21,6 @@ namespace OCA\Files_External\Lib\Auth\Password; -use OCA\Files_External\Lib\Auth\IUserProvided; -use OCA\Files_External\Lib\DefinitionParameter; use OCA\Files_External\Service\BackendService; use OCP\IL10N; use OCP\IUser; |