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

11 lines
149 B
Plaintext

/**
* 字段映射名称
* return array
*/
public function attributes(): array
{
return [
{LIST}
];
}