Skip to content

Commit 5d47db4

Browse files
committed
Add missing constant
1 parent 5fb4d86 commit 5d47db4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/SOAP12/Constants.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,8 @@ class Constants extends \SimpleSAML\XML\Constants
2121
* The namespace for SOAP encoding 1.2.
2222
*/
2323
public const string NS_SOAP_ENC = 'http://www.w3.org/2003/05/soap-encoding';
24+
25+
/**
26+
*/
27+
public const string ROLE_ULTIMATERECEIVER = 'http://www.w3.org/2003/05/soap-envelope/role/ultimateReceiver';
2428
}

0 commit comments

Comments
 (0)