Skip to content

Commit

Permalink
fix some prs4 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbin9 committed Aug 19, 2020
1 parent 0cf7638 commit 944738a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XMLParse.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function extract($xmltext)
{
libxml_disable_entity_loader(true);
try {
$xml = new DOMDocument();
$xml = new \DOMDocument();
$xml->loadXML($xmltext);
$array_e = $xml->getElementsByTagName('Encrypt');
$array_a = $xml->getElementsByTagName('ToUserName');
Expand Down

0 comments on commit 944738a

Please sign in to comment.