Skip to content

Commit

Permalink
Fix: Override element name
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Aug 31, 2024
1 parent bfee974 commit bfdf624
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/XML/fed/SecurityTokenServiceType.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
*/
final class SecurityTokenServiceType extends AbstractSecurityTokenServiceType
{
/** @var string */
public const LOCALNAME = 'RoleDescriptor';


/**
* Convert XML into a SecurityTokenServiceType RoleDescriptor
*
Expand Down

0 comments on commit bfdf624

Please sign in to comment.