diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-08-20 12:48:45 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-08-20 12:48:45 +0200 |
commit | 0fa2e1b3d91d243452ffdfd36dbd0bed3f27e387 (patch) | |
tree | a86076c1180666256e862a6e481f132135318e8a /lib/appframework | |
parent | 72e1a8d83b3a21875cac6948879471661d120c52 (diff) | |
download | nextcloud-server-0fa2e1b3d91d243452ffdfd36dbd0bed3f27e387.tar.gz nextcloud-server-0fa2e1b3d91d243452ffdfd36dbd0bed3f27e387.zip |
there is no HttpMiddleware
Diffstat (limited to 'lib/appframework')
-rw-r--r-- | lib/appframework/dependencyinjection/dicontainer.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/appframework/dependencyinjection/dicontainer.php b/lib/appframework/dependencyinjection/dicontainer.php index d6cf4d55020..69c645b1be3 100644 --- a/lib/appframework/dependencyinjection/dicontainer.php +++ b/lib/appframework/dependencyinjection/dicontainer.php @@ -29,7 +29,6 @@ use OC\AppFramework\Http\Request; use OC\AppFramework\Http\Dispatcher; use OC\AppFramework\Core\API; use OC\AppFramework\Middleware\MiddlewareDispatcher; -use OC\AppFramework\Middleware\Http\HttpMiddleware; use OC\AppFramework\Middleware\Security\SecurityMiddleware; use OC\AppFramework\Utility\TimeFactory; |