Merge pull request #272 from KevinHubs/patch-1

middleware.md
This commit is contained in:
黄朝晖 2019-07-25 16:02:43 +08:00 committed by GitHub
commit 636fb642b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -141,7 +141,6 @@ class IndexController
{
/**
* @AutoController()
* @Middlewares({
* @Middleware(BarMiddleware::class)
* })
@ -290,4 +289,4 @@ location / {
return 204;
}
}
```
```