示例#1
0
 function captcha($profile = 'default')
 {
     $captcha = Captcha::findWithSession();
     if ($captcha instanceof Captcha) {
         return $captcha->getAsHtml($profile);
     }
     return app('captcha')->getAsHtml($profile);
 }