@@ -14,7 +14,6 @@ |
||
14 | 14 | use yii\db\ActiveQueryInterface; |
15 | 15 | use yii\db\ActiveRecordInterface; |
16 | 16 | use yii\helpers\Inflector; |
17 | -use yii\helpers\ActiveQueryHelper; |
|
18 | 17 | |
19 | 18 | /** |
20 | 19 | * UniqueValidator validates that the attribute value is unique in the specified database table. |