Skip to content

Commit

Permalink
convert function is now protected
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathmel123 committed May 16, 2024
1 parent 973bf6f commit a20abfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Classes/Common/XmlDocument.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ public function toJson(): array
return $result;
}

private function convert(SimpleXMLElement $node): array
protected function convert(SimpleXMLElement $node): array
{

$result = [];


// Parse attributes
$attrs = Collection::wrap($node->attributes())->filter(function ($attrValue) {
Expand Down

0 comments on commit a20abfd

Please sign in to comment.