Commit 0e67b2b1 by Qiang Xue

Fixed safe validator.

parent 4881f539
......@@ -15,4 +15,10 @@ namespace yii\validators;
*/
class SafeValidator extends Validator
{
/**
* @inheritdoc
*/
public function validateAttribute($object, $attribute)
{
}
}
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