Remove unused imports (#20554)

This commit is contained in:
Maksim Spirkov
2025-09-30 02:22:41 +04:00
committed by GitHub
parent bb589aba41
commit 54fb1cc7af
18 changed files with 0 additions and 22 deletions

View File

@ -7,7 +7,6 @@
namespace yii\widgets;
use Yii;
use yii\base\InvalidConfigException;
use yii\base\Model;
use yii\base\Widget;

View File

@ -7,7 +7,6 @@
namespace yii\widgets;
use Yii;
use yii\base\InvalidConfigException;
use yii\base\Widget;
use yii\data\Pagination;

View File

@ -7,7 +7,6 @@
namespace yii\widgets;
use Yii;
use yii\base\InvalidConfigException;
use yii\base\Widget;
use yii\data\Sort;