Skip to content

Commit 87f03ca

Browse files
committed
Resolve naming conflict
1 parent 4722283 commit 87f03ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Aggregator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use \SimpleSAML\Logger;
88
use \SimpleSAML\Utils\System;
99

10-
use \SAML2\Const;
10+
use \SAML2\Const as Constants;
1111
use \SAML2\SignedElement;
1212
use \SAML2\Utils;
1313
use \SAML2\XML\md\EntitiesDescriptor;
@@ -645,7 +645,7 @@ public function setFilters($set)
645645

646646
// configure filters
647647
$this->protocols = [
648-
Const::NS_SAMLP => true,
648+
Constants::NS_SAMLP => true,
649649
'urn:oasis:names:tc:SAML:1.1:protocol' => true,
650650
];
651651
$this->roles = [

0 commit comments

Comments
 (0)