Commit 64796aea by Paul Klimov

Merge pull request #3420 from Jomaanro/master

Add missing InvalidConfigException when wrong model validator is used
parents 10af7f05 46add80a
......@@ -10,6 +10,7 @@ namespace yii\validators;
use Yii;
use yii\base\Component;
use yii\base\NotSupportedException;
use yii\base\InvalidConfigException;
/**
* Validator is the base class for all validators.
......
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