Skip to content

Commit

Permalink
Merge pull request #118 from 01000101/ecp-smallfix
Browse files Browse the repository at this point in the history
ECP - remove nonexistent class
  • Loading branch information
thijskh authored Apr 18, 2018
2 parents 309d04c + 7d0a446 commit a07885a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SAML2/SOAP.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function send(Message $message)
header('Content-Type: text/xml', true);

$xml = $this->getOutputToSend($message);
SAML2_Utils::getContainer()->debugMessage($xml, 'out');
Utils::getContainer()->debugMessage($xml, 'out');
echo $xml;

exit(0);
Expand Down

0 comments on commit a07885a

Please sign in to comment.