]> source.dussan.org Git - nextcloud-server.git/commitdiff
there is no HttpMiddleware
authorThomas Müller <thomas.mueller@tmit.eu>
Tue, 20 Aug 2013 10:48:45 +0000 (12:48 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 20 Aug 2013 10:48:45 +0000 (12:48 +0200)
lib/appframework/dependencyinjection/dicontainer.php

index d6cf4d55020b9d03eb1a4e78b09d745b07d43d19..69c645b1be339d10881386730f1e28c1d6aed7dd 100644 (file)
@@ -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;