We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a044a commit b20892dCopy full SHA for b20892d
src/Controller/AttributeServer.php
@@ -10,7 +10,7 @@
10
use SimpleSAML\HTTP\RunnableResponse;
11
use SimpleSAML\Metadata\MetaDataStorageHandler;
12
use SimpleSAML\SAML2\Binding;
13
-use SimpleSAML\SAML2\Binding\{SynchronousBindingException, SOAP};
+use SimpleSAML\SAML2\Binding\{SynchronousBindingInterface, SOAP};
14
use SimpleSAML\SAML2\Constants as C;
15
use SimpleSAML\SAML2\Utils as SAML2_Utils;
16
use SimpleSAML\SAML2\XML\saml\{
0 commit comments