Browse Source

Removed obsolete import

tags/2.0.12
Alexander Makarov 8 years ago
parent
commit
cf7f358093
No known key found for this signature in database
GPG Key ID: 3617B79C6A325E4A
  1. 1
      framework/validators/UniqueValidator.php

1
framework/validators/UniqueValidator.php

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

Loading…
Cancel
Save