mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-20 02:16:41 +08:00
removed unused use statement.
This commit is contained in:
@ -10,7 +10,6 @@ namespace yii\web;
|
|||||||
use Yii;
|
use Yii;
|
||||||
use yii\base\Component;
|
use yii\base\Component;
|
||||||
use yii\base\InvalidConfigException;
|
use yii\base\InvalidConfigException;
|
||||||
use yii\base\InvalidParamException;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* User is the class for the "user" application component that manages the user authentication status.
|
* User is the class for the "user" application component that manages the user authentication status.
|
||||||
|
Reference in New Issue
Block a user