Example #1
0
 /**
  * Render captcha
  *
  * @param  CaptchaConfiguration $config
  * @return mixed
  */
 public function setAction(CaptchaConfiguration $config)
 {
     $this->assign('siteKey', $config->getSiteKey());
     return $this->renderPartial('captcha');
 }