Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jqhph committed Nov 7, 2020
1 parent a8f7cec commit 58250ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Support/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ public static function formatElementName($name)

if (is_array($name)) {
foreach ($name as &$v) {
$v = static::formatElementName($name);
$v = static::formatElementName($v);
}

return $name;
Expand Down

0 comments on commit 58250ab

Please sign in to comment.