Merge pull request #8730 from umneeq/patch-1

Update yii\captcha\Captcha.php [skip ci]
This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
Alexander Makarov
2015-06-09 23:36:17 +02:00
gitea-unlock(16/)

2
framework/captcha/Captcha.php
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
* ]) ?>
* ```