]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix naming
authorThomas Müller <thomas.mueller@tmit.eu>
Tue, 17 Sep 2013 07:42:14 +0000 (09:42 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 17 Sep 2013 07:42:14 +0000 (09:42 +0200)
lib/public/appframework/imiddleware.php

index 9340034fcc9528279baf1c75001808915913a76e..1e76d3bbe499d75e2541360fdad3422bf5b3a922 100644 (file)
@@ -32,7 +32,7 @@ use OCP\AppFramework\Http\Response;
  * They're modeled after Django's middleware system:
  * https://docs.djangoproject.com/en/dev/topics/http/middleware/
  */
-interface MiddleWare {
+interface IMiddleWare {
 
 
        /**