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 Jun 12, 2023
1 parent 20c0dde commit c1d0966
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -6,6 +6,7 @@

use Exception;
use Psr\Log\LoggerInterface;
use SimpleSAML\Assert\Assert;
use SimpleSAML\SAML2\Assertion\Exception\NotDecryptedException;
use SimpleSAML\SAML2\Certificate\PrivateKeyLoader;
use SimpleSAML\SAML2\Compat\ContainerSingleton;
Expand Down

0 comments on commit c1d0966

Please sign in to comment.