Merge pull request #8730 from umneeq/patch-1

Update yii\captcha\Captcha.php [skip ci]
This commit is contained in:
Alexander Makarov
2015-06-09 23:36:17 +02:00

View File

@ -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
* ]) ?>
* ```