Skip to content

Commit 91e31f5

Browse files
committed
Fix missing use-statement
1 parent 3855ba8 commit 91e31f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/XML/ds/KeyInfo.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
use DOMElement;
88
use SimpleSAML\Assert\Assert;
99
use SimpleSAML\XML\Exception\InvalidDOMElementException;
10+
use SimpleSAML\XML\Exception\SchemaViolationException;
1011
use SimpleSAML\XML\ExtendableElementTrait;
1112
use SimpleSAML\XML\SerializableElementInterface;
1213
use SimpleSAML\XML\XsNamespace as NS;

0 commit comments

Comments
 (0)