From 2072e8f42ebbd2eea040e44dd5acdc72d8d6e165 Mon Sep 17 00:00:00 2001 From: Anton Date: Tue, 30 Nov 2021 22:49:58 +0300 Subject: [PATCH] Update ActiveField.php --- src/ActiveField.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ActiveField.php b/src/ActiveField.php index 1f73c52..9b3e359 100644 --- a/src/ActiveField.php +++ b/src/ActiveField.php @@ -117,7 +117,7 @@ class ActiveField extends \yii\widgets\ActiveField * * If you set a custom `id` for the input element, you may need to adjust the [[$selectors]] accordingly. * - * @see Html::renderTagAttributes() for details on how attributes are being rendered. + * @see \yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. * @since 2.0.7 */ public $checkOptions = [ @@ -132,7 +132,7 @@ class ActiveField extends \yii\widgets\ActiveField * * If you set a custom `id` for the input element, you may need to adjust the [[$selectors]] accordingly. * - * @see Html::renderTagAttributes() for details on how attributes are being rendered. + * @see \yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. * @since 2.0.7 */ public $radioOptions = [