Browse Source

removed unused use statement.

tags/2.0.0-beta
Qiang Xue 11 years ago
parent
commit
732b9ab8fb
  1. 1
      framework/yii/web/User.php

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

Loading…
Cancel
Save