mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-17 06:48:59 +08:00
'yii/form' → 'yii/validation'
This commit is contained in:
@@ -133,7 +133,7 @@ class EmailValidator extends Validator
|
||||
$options['skipOnEmpty'] = 1;
|
||||
}
|
||||
|
||||
$view->registerAssetBundle('yii/form');
|
||||
$view->registerAssetBundle('yii/validation');
|
||||
if ($this->enableIDN) {
|
||||
$view->registerAssetBundle('punycode');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user