From 732b9ab8fb8fe8c3bb355ce6634697d20cd5de83 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Mon, 21 Oct 2013 20:58:37 -0400 Subject: [PATCH] removed unused use statement. --- framework/yii/web/User.php | 1 - 1 file changed, 1 deletion(-) diff --git a/framework/yii/web/User.php b/framework/yii/web/User.php index 4aa7c67..eca2ed6 100644 --- a/framework/yii/web/User.php +++ b/framework/yii/web/User.php @@ -10,7 +10,6 @@ namespace yii\web; use Yii; use yii\base\Component; use yii\base\InvalidConfigException; -use yii\base\InvalidParamException; /** * User is the class for the "user" application component that manages the user authentication status.