Exemplo n.º 1
0
 /**
  * 
  *
  * @param string $config
  * @return \Mews\Captcha\ImageManager->response 
  * @static 
  */
 public static function create($config = 'default')
 {
     return \Mews\Captcha\Captcha::create($config);
 }
 /**
  * get CAPTCHA
  *
  * @param \Mews\Captcha\Captcha $captcha
  * @param string $config
  * @return ImageManager->response
  */
 public function getCaptcha(Captcha $captcha, $config = 'default')
 {
     return $captcha->create($config);
 }