hyperf-view/builder/Generator/Stubs/Request/rule.stub

11 lines
150 B
Plaintext

/**
* {METHOD_COMMENT}
* return array
*/
public function {METHOD_NAME}(): array
{
return [
{LIST}
];
}