public PldController()

in src/main/java/com/google/recaptcha/pld/pld/controllers/PldController.java [44:47]


  public PldController(PldService pldService, RecaptchaContext recaptchaContext) {
    this.pldService = pldService;
    this.recaptchaContext = recaptchaContext;
  }