modify plugin name

This commit is contained in:
2022-03-01 14:19:48 +08:00
parent 0b9d570871
commit 875cbe08db
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ class TestController
/**
* @return void
*/
#[RequestMapping(method: Method::REQUEST_GET, path: '/', version: 'v1')]
#[RequestMapping(method: RequestMethod::REQUEST_GET, path: '/', version: 'v1')]
#[Aspect(aspect: LoggerAspect::class)]
#[Middleware(middleware: LoggerAspect::class)]
public function index()