fix naming
This commit is contained in:
parent
4cd0ee47a8
commit
b9e943f5d5
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue