Skip to content

Commit

Permalink
Fix missing use-statement
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Oct 23, 2024
1 parent 40581d9 commit 9634e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IdP/PassiveIdP.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace SimpleSAML\Module\adfs\IdP;

use Exception;
use SimpleSAML\{Auth, Configuration, Error, Utils};
use SimpleSAML\{Auth, Configuration, Error, Session, Utils};
use SimpleSAML\Assert\Assert;
use SimpleSAML\IdP\{IFrameLogoutHandler, LogoutHandlerInterface, TraditionalLogoutHandler};
use SimpleSAML\Metadata\MetaDataStorageHandler;
Expand Down

0 comments on commit 9634e9a

Please sign in to comment.