From bbfc18cae914106d01e4e9a7f7b456b9e26e8aac Mon Sep 17 00:00:00 2001 From: crtlib Date: Sun, 4 Aug 2013 12:33:04 +0200 Subject: [PATCH] Fixing typo in Captcha.php --- framework/yii/captcha/Captcha.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/yii/captcha/Captcha.php b/framework/yii/captcha/Captcha.php index c09399f..78a4db3 100644 --- a/framework/yii/captcha/Captcha.php +++ b/framework/yii/captcha/Captcha.php @@ -5,7 +5,7 @@ * @license http://www.yiiframework.com/license/ */ -namespace yii\Captcha; +namespace yii\captcha; use Yii; use yii\base\InvalidConfigException;