summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/lib/AppInfo
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-09-12 14:19:20 +0200
committerMorris Jobke <hey@morrisjobke.de>2016-09-12 16:48:11 +0200
commit6f8f78b07a714d49c487cd4afb9eeac54fb74ab8 (patch)
treef49d67c9c76aad4b4577fdb9d76197e76b8ef658 /apps/federatedfilesharing/lib/AppInfo
parent5e5e5b77d55a3e9350de84ab8a8ead90bc2674c7 (diff)
downloadnextcloud-server-6f8f78b07a714d49c487cd4afb9eeac54fb74ab8.tar.gz
nextcloud-server-6f8f78b07a714d49c487cd4afb9eeac54fb74ab8.zip
Fix some more sniffs
Diffstat (limited to 'apps/federatedfilesharing/lib/AppInfo')
-rw-r--r--apps/federatedfilesharing/lib/AppInfo/Application.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/federatedfilesharing/lib/AppInfo/Application.php b/apps/federatedfilesharing/lib/AppInfo/Application.php
index b470bb3e584..c37cb9b87bb 100644
--- a/apps/federatedfilesharing/lib/AppInfo/Application.php
+++ b/apps/federatedfilesharing/lib/AppInfo/Application.php
@@ -29,7 +29,6 @@ use OCA\FederatedFileSharing\AddressHandler;
use OCA\FederatedFileSharing\Controller\RequestHandlerController;
use OCA\FederatedFileSharing\FederatedShareProvider;
use OCA\FederatedFileSharing\Notifications;
-use OCA\FederatedFileSharing\RequestHandler;
use OCP\AppFramework\App;
class Application extends App {