We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d9952 commit c0f634fCopy full SHA for c0f634f
src/SAML2/XML/md/AffiliationDescriptor.php
@@ -252,7 +252,7 @@ public function addKeyDescriptor(KeyDescriptor $keyDescriptor) : void
252
*/
253
public function toXML(DOMElement $parent) : DOMElement
254
{
255
- Assert::notEmpty($this->AffiliateMember);
+ Assert::notEmpty($this->affiliationOwnerID);
256
257
$e = $parent->ownerDocument->createElementNS(Constants::NS_MD, 'md:AffiliationDescriptor');
258
$parent->appendChild($e);
0 commit comments