mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-29 01:17:13 +08:00
Remove unused imports (#20554)
This commit is contained in:
@ -7,7 +7,6 @@
|
||||
|
||||
namespace yii\caching;
|
||||
|
||||
use Yii;
|
||||
use yii\base\InvalidConfigException;
|
||||
use yii\db\Connection;
|
||||
use yii\di\Instance;
|
||||
|
||||
@ -7,7 +7,6 @@
|
||||
|
||||
namespace yii\captcha;
|
||||
|
||||
use Yii;
|
||||
use yii\base\InvalidConfigException;
|
||||
use yii\helpers\Html;
|
||||
use yii\helpers\Json;
|
||||
|
||||
@ -8,7 +8,6 @@
|
||||
namespace yii\db\mysql;
|
||||
|
||||
use yii\base\InvalidArgumentException;
|
||||
use yii\base\NotSupportedException;
|
||||
use yii\caching\CacheInterface;
|
||||
use yii\caching\DbCache;
|
||||
use yii\db\Exception;
|
||||
|
||||
@ -7,7 +7,6 @@
|
||||
|
||||
namespace yii\widgets;
|
||||
|
||||
use Yii;
|
||||
use yii\base\InvalidConfigException;
|
||||
use yii\base\Model;
|
||||
use yii\base\Widget;
|
||||
|
||||
@ -7,7 +7,6 @@
|
||||
|
||||
namespace yii\widgets;
|
||||
|
||||
use Yii;
|
||||
use yii\base\InvalidConfigException;
|
||||
use yii\base\Widget;
|
||||
use yii\data\Pagination;
|
||||
|
||||
@ -7,7 +7,6 @@
|
||||
|
||||
namespace yii\widgets;
|
||||
|
||||
use Yii;
|
||||
use yii\base\InvalidConfigException;
|
||||
use yii\base\Widget;
|
||||
use yii\data\Sort;
|
||||
|
||||
Reference in New Issue
Block a user