diff --git a/src/forms/CheckForm.php b/src/forms/CheckForm.php index c0702fdb..47cdff6d 100644 --- a/src/forms/CheckForm.php +++ b/src/forms/CheckForm.php @@ -84,6 +84,7 @@ public function rules() return [ [['fqdn'], DomainPartValidator::class, 'enableIdn' => true, 'mutateAttribute' => false, 'message' => Yii::t('hipanel:domain', 'Domain name is invalid')], [['fqdn'], 'zoneIsAllowed'], + [['fqdn'], 'required'] ]; }