This commit is contained in:
as2252258@163.com
2021-08-29 05:53:47 +08:00
parent 1cb1b0b9cb
commit c06f25fcf5
16 changed files with 152 additions and 205 deletions
-12
View File
@@ -31,16 +31,4 @@ use Annotation\Attribute;
}
/**
* @param static $params
* @param mixed $class
* @param mixed|null $method
* @return array
*/
public static function execute(mixed $params, mixed $class, mixed $method = null): array
{
// TODO: Implement execute() method.
return [$params->request, $params->response];
}
}