We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f101e commit 64aed61Copy full SHA for 64aed61
1 file changed
src/XMLSchema/XML/AbstractXsElement.php
@@ -4,15 +4,15 @@
4
5
namespace SimpleSAML\XMLSchema\XML;
6
7
-use SimpleSAML\XML\AbstractElement;
+use SimpleSAML\XML\AbstractElement as BaseElement;
8
use SimpleSAML\XML\Constants as C;
9
10
/**
11
* Abstract class to be implemented by all the classes in this namespace
12
*
13
* @package simplesamlphp/xml-common
14
*/
15
-abstract class AbstractXsElement extends AbstractElement
+abstract class AbstractXsElement extends BaseElement
16
{
17
/** @var string */
18
public const NS = C::NS_XS;
0 commit comments