From 7a32c63a5c6523e9046bbcc00854834c16a0f198 Mon Sep 17 00:00:00 2001 From: Dmitry Chernikov Date: Wed, 10 Jun 2015 00:23:55 +0300 Subject: [PATCH] Update yii\captcha\Captcha.php phpDoc microfix --- framework/captcha/Captcha.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/captcha/Captcha.php b/framework/captcha/Captcha.php index 84f13d5d8b..e85cb352d7 100644 --- a/framework/captcha/Captcha.php +++ b/framework/captcha/Captcha.php @@ -50,7 +50,7 @@ use yii\widgets\InputWidget; * method, for example like this: * * ```php - * field($model, 'captcha')->widget(\yii\widgets\Captcha::classname(), [ + * field($model, 'captcha')->widget(\yii\captcha\Captcha::classname(), [ * // configure additional widget properties here * ]) ?> * ```