jqh 5 years ago
parent
commit
173abc6b01
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/Form/Field.php

+ 2 - 2
src/Form/Field.php

@@ -918,7 +918,7 @@ class Field implements Renderable
      *
      * @return mixed
      */
-    protected function getElementClassString()
+    public function getElementClassString()
     {
         $elementClass = $this->getElementClass();
 
@@ -940,7 +940,7 @@ class Field implements Renderable
      *
      * @return string|array
      */
-    protected function getElementClassSelector()
+    public function getElementClassSelector()
     {
         $elementClass = $this->getElementClass();