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;