Skip to content

Commit 21daf7e

Browse files
committed
Add missing use-statement
1 parent cfbc090 commit 21daf7e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Controller/AttributeServer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
use SimpleSAML\{Configuration, Error, Logger};
1010
use SimpleSAML\HTTP\RunnableResponse;
1111
use SimpleSAML\Metadata\MetaDataStorageHandler;
12+
use SimpleSAML\Module\saml\Message;;
1213
use SimpleSAML\SAML2\Binding;
1314
use SimpleSAML\SAML2\Binding\HTTPPost;
1415
use SimpleSAML\SAML2\Constants as C;

0 commit comments

Comments
 (0)