add Middleware and release version 1.1.0

This commit is contained in:
whale
2020-03-29 16:29:02 +08:00
parent c2fcdf9668
commit 9a28126765
11 changed files with 175 additions and 21 deletions

View File

@@ -6,5 +6,5 @@ namespace ZM\Http;
interface MiddlewareInterface
{
}
public function getName();
}