Skip to content

Commit b20892d

Browse files
committed
Fix use-statement
1 parent d0a044a commit b20892d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller/AttributeServer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use SimpleSAML\HTTP\RunnableResponse;
1111
use SimpleSAML\Metadata\MetaDataStorageHandler;
1212
use SimpleSAML\SAML2\Binding;
13-
use SimpleSAML\SAML2\Binding\{SynchronousBindingException, SOAP};
13+
use SimpleSAML\SAML2\Binding\{SynchronousBindingInterface, SOAP};
1414
use SimpleSAML\SAML2\Constants as C;
1515
use SimpleSAML\SAML2\Utils as SAML2_Utils;
1616
use SimpleSAML\SAML2\XML\saml\{

0 commit comments

Comments
 (0)