📅  最后修改于: 2022-03-11 14:54:50.828000             🧑  作者: Mango
//For float, must use numeric validator
/**
* Get the validation rules that apply to the request.
*
* @return array
*/
public function rules()
{
return [
'field' => 'numeric'
];
}