This commit is contained in:
2020-08-31 23:32:25 +08:00
parent ab9a00c19a
commit d3e5531189
3 changed files with 17 additions and 2 deletions
+11
View File
@@ -55,4 +55,15 @@ class Http extends Annotation
}
/**
* @param $controller
* @param $methodName
* @param $events
* @return array|void
*/
public function createHandler($controller, $methodName, $events)
{
return [$controller, $methodName];
}
}