Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jqhph committed Apr 30, 2020
1 parent f4b0223 commit 173abc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Form/Field.php
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ public function getElementClass()
*
* @return mixed
*/
protected function getElementClassString()
public function getElementClassString()
{
$elementClass = $this->getElementClass();

Expand All @@ -940,7 +940,7 @@ protected function getElementClassString()
*
* @return string|array
*/
protected function getElementClassSelector()
public function getElementClassSelector()
{
$elementClass = $this->getElementClass();

Expand Down

0 comments on commit 173abc6

Please sign in to comment.