mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-14 12:15:35 +08:00
update for class Annotation of Middleware
This commit is contained in:
@@ -12,7 +12,7 @@ use ZM\Annotation\AnnotationBase;
|
||||
* Class Middleware
|
||||
* @package ZM\Annotation\Http
|
||||
* @Annotation
|
||||
* @Target("METHOD")
|
||||
* @Target("ALL")
|
||||
*/
|
||||
class Middleware extends AnnotationBase
|
||||
{
|
||||
@@ -21,4 +21,4 @@ class Middleware extends AnnotationBase
|
||||
* @Required()
|
||||
*/
|
||||
public $middleware;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user