Completed
Push — unique-validator-fix ( 7db93f )
by Alexander
42:42 queued 39:29
created
framework/validators/UniqueValidator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.