[SoapBundle] Fixed usage of bad key in ComplexType strategy
Fix issue #5
This commit is contained in:
@ -84,6 +84,6 @@ class ComplexType extends AbstractComplexTypeStrategy
|
||||
$complexType->appendChild($all);
|
||||
$this->getContext()->getSchema()->appendChild($complexType);
|
||||
|
||||
$this->definition->addDefinitionComplexType($type, $definitionComplexType);
|
||||
$this->definition->addDefinitionComplexType($classname, $definitionComplexType);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user