summaryrefslogtreecommitdiffstats
path: root/lib/private/appframework
diff options
context:
space:
mode:
authorScrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com>2015-12-08 15:01:20 +0000
committerThomas Müller <thomas.mueller@tmit.eu>2015-12-10 16:43:37 +0100
commitffc49a24f02639afce362384fc3d6e4a0799d1d7 (patch)
treeb89786860bf4289211a31c3b76dca7bff3b5523f /lib/private/appframework
parent7094ed05adfa435a53d7d6ce0c3b6d32760f5111 (diff)
downloadnextcloud-server-ffc49a24f02639afce362384fc3d6e4a0799d1d7.tar.gz
nextcloud-server-ffc49a24f02639afce362384fc3d6e4a0799d1d7.zip
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Diffstat (limited to 'lib/private/appframework')
-rw-r--r--lib/private/appframework/middleware/security/securitymiddleware.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/appframework/middleware/security/securitymiddleware.php b/lib/private/appframework/middleware/security/securitymiddleware.php
index d0b7202a360..725ce689b48 100644
--- a/lib/private/appframework/middleware/security/securitymiddleware.php
+++ b/lib/private/appframework/middleware/security/securitymiddleware.php
@@ -27,7 +27,6 @@
namespace OC\AppFramework\Middleware\Security;
-use OC\AppFramework\Http;
use OC\Appframework\Middleware\Security\Exceptions\AppNotEnabledException;
use OC\Appframework\Middleware\Security\Exceptions\CrossSiteRequestForgeryException;
use OC\Appframework\Middleware\Security\Exceptions\NotAdminException;