Commit ec224698 by Alexander Makarov

Merge pull request #3504 from ychongsaytc/patch-1

Update UniqueValidator.php
parents 3cbf1adb c6e8f66e
......@@ -38,7 +38,7 @@ class UniqueValidator extends Validator
{
/**
* @var string the name of the ActiveRecord class that should be used to validate the uniqueness
* of the current attribute value. It not set, it will use the ActiveRecord class of the attribute being validated.
* of the current attribute value. If not set, it will use the ActiveRecord class of the attribute being validated.
* @see targetAttribute
*/
public $targetClass;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment