mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-04 14:46:19 +08:00
Merge pull request #8730 from umneeq/patch-1
Update yii\captcha\Captcha.php [skip ci]
This commit is contained in:
@ -50,7 +50,7 @@ use yii\widgets\InputWidget;
|
||||
* method, for example like this:
|
||||
*
|
||||
* ```php
|
||||
* <?= $form->field($model, 'captcha')->widget(\yii\widgets\Captcha::classname(), [
|
||||
* <?= $form->field($model, 'captcha')->widget(\yii\captcha\Captcha::classname(), [
|
||||
* // configure additional widget properties here
|
||||
* ]) ?>
|
||||
* ```
|
||||
|
||||
Reference in New Issue
Block a user