diff --git a/modules/backend/classes/FormField.php b/modules/backend/classes/FormField.php index c67b6c5c6..5645e85cd 100644 --- a/modules/backend/classes/FormField.php +++ b/modules/backend/classes/FormField.php @@ -2,6 +2,7 @@ use Str; use HTML; +use Model; /** * Form Field definition @@ -102,7 +103,7 @@ class FormField * @var string Specifies a comment to accompany the field */ public $comment; - + /** * @var string Specifies the comment position. */