Skip to content

Commit

Permalink
Fix missing use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
thijskh committed May 31, 2023
1 parent 310ac78 commit 087c8dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SAML2/HTTPPost.php
Expand Up @@ -10,6 +10,7 @@
use Nyholm\Psr7\Response;
use Psr\Http\Message\ResponseInterface;
use Psr\Http\Message\ServerRequestInterface;
use SimpleSAML\Assert\Assert;
use SimpleSAML\SAML2\XML\samlp\AbstractMessage;
use SimpleSAML\SAML2\XML\samlp\AbstractRequest;
use SimpleSAML\SAML2\XML\samlp\MessageFactory;
Expand Down

0 comments on commit 087c8dd

Please sign in to comment.