|string> */ public function rules(): array { return [ "status" => "required|in:1,2", "comment" => "max:255", ]; } }