Skip to content

Commit 6ab6f9f

Browse files
committed
Fix missing use-statement
1 parent 394520d commit 6ab6f9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SimpleSAML/Metadata/MetaDataStorageHandlerXML.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
namespace SimpleSAML\Metadata;
66

77
use Exception;
8+
use SimpleSAML\Assert\Assert;
89
use SimpleSAML\Configuration;
910

1011
use function array_key_exists;

0 commit comments

Comments
 (0)