Commit d6d559f9 authored by Nguyen Van Anh's avatar Nguyen Van Anh Committed by GitHub

Merge pull request #62 from akiyamaSM/patch-1

update doc
parents 9bc7172b 40a80d4c
......@@ -52,6 +52,9 @@ class NoCaptcha
/**
* Render HTML captcha.
*
* @param array $attributes
* @param string $lang
*
* @return string
*/
public function display($attributes = [], $lang = null)
......@@ -109,6 +112,8 @@ class NoCaptcha
/**
* Get recaptcha js link.
*
* @param string $lang
*
* @return string
*/
public function getJsLink($lang = null)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment