]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix master - #7274 brokes it
authorMorris Jobke <morris.jobke@gmail.com>
Thu, 20 Feb 2014 08:47:59 +0000 (09:47 +0100)
committerMorris Jobke <morris.jobke@gmail.com>
Thu, 20 Feb 2014 08:47:59 +0000 (09:47 +0100)
lib/private/appframework/middleware/middlewaredispatcher.php

index 2a715598fc48015b03dd1804c052a674b474b50a..598743e523f97ca290ef5cd7ff242db73e510865 100644 (file)
@@ -26,6 +26,7 @@ namespace OC\AppFramework\Middleware;
 
 use OCP\AppFramework\Controller;
 use OCP\AppFramework\Http\Response;
+use OCP\AppFramework\MiddleWare;
 
 /**
  * This class is used to store and run all the middleware in correct order