thinhbuzz / laravel-google-captcha

Google captcha for Laravel 5, Laravel 6, Laravel 7, Laravel 8, Laravel 9 and Laravel 10, support multiple captcha on page
MIT License
200 stars 32 forks source link

Documentation typo #29

Closed takl95 closed 6 years ago

takl95 commented 6 years ago

{!! app('captcha')->display($attributes = [], $options = ['lang'=> 'vi'); !!}

Should be

{!! app('captcha')->display($attributes = [], $options = ['lang'=> 'vi']) !!}

At Usage\With custom language support

thinhbuzz commented 6 years ago

thank you