removed unused use statement.

This commit is contained in:
Qiang Xue
2013-10-21 20:58:37 -04:00
parent 98bd4041dc
commit 732b9ab8fb

View File

@ -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.