summaryrefslogtreecommitdiffstats
path: root/lib/public/appframework/middleware.php
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2013-10-05 19:13:12 +0200
committerThomas Tanghus <thomas@tanghus.net>2013-10-05 19:13:12 +0200
commit47b2007228ea770994a76f9c33ad04de1a0cde7e (patch)
tree14dddb60bd4524dbef6ca36768db4e776f3439fb /lib/public/appframework/middleware.php
parentc85621a8971a99a6f811c470f50d9b0e89f957da (diff)
downloadnextcloud-server-47b2007228ea770994a76f9c33ad04de1a0cde7e.tar.gz
nextcloud-server-47b2007228ea770994a76f9c33ad04de1a0cde7e.zip
Remove misleading IMiddleware interface
Diffstat (limited to 'lib/public/appframework/middleware.php')
-rw-r--r--lib/public/appframework/middleware.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/appframework/middleware.php b/lib/public/appframework/middleware.php
index 0f08eaef363..12776c119c0 100644
--- a/lib/public/appframework/middleware.php
+++ b/lib/public/appframework/middleware.php
@@ -33,7 +33,7 @@ use OCP\AppFramework\Http\Response;
* They're modeled after Django's middleware system:
* https://docs.djangoproject.com/en/dev/topics/http/middleware/
*/
-abstract class Middleware implements IMiddleWare {
+abstract class Middleware {
/**