Skip to content

Commit

Permalink
Merge pull request yiisoft#8730 from umneeq/patch-1
Browse files Browse the repository at this point in the history
Update yii\captcha\Captcha.php [skip ci]
  • Loading branch information
samdark committed Jun 9, 2015
2 parents 10d9bf1 + 7a32c63 commit 50de9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/captcha/Captcha.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
* 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
* ]) ?>
* ```
Expand Down

0 comments on commit 50de9ff

Please sign in to comment.