We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59892ff commit 7562c8aCopy full SHA for 7562c8a
1 file changed
modules/multiauth/src/Auth/Source/MultiAuth.php
@@ -4,10 +4,9 @@
4
5
namespace SimpleSAML\Module\multiauth\Auth\Source;
6
7
-use SimpleSAML\SAML2\Exception\Protocol\NoAuthnContextException;
8
use Exception;
9
use SimpleSAML\{Auth, Configuration, Error, SimpleSAML\HTTP\RunnableResponse, Module, Session, Utils};
10
-use SAML2\Exception\Protocol\NoAuthnContextException;
+use SimpleSAML\SAML2\Exception\Protocol\NoAuthnContextException;
11
use Symfony\Component\HttpFoundation\{Request, Response};
12
13
use function array_intersect;
0 commit comments