octicon-rss(16/)
You've already forked yii2
mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-10 02:13:17 +08:00
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/)
octicon-diff(16/tw-mr-1) 1 changed files with 1 additions and 1 deletions
@@ -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