diff --git a/src/ncc/Objects/NccVersionInformation/Component.php b/src/ncc/Objects/InternalComponent.php similarity index 62% rename from src/ncc/Objects/NccVersionInformation/Component.php rename to src/ncc/Objects/InternalComponent.php index 41ed694..4d8ae6b 100644 --- a/src/ncc/Objects/NccVersionInformation/Component.php +++ b/src/ncc/Objects/InternalComponent.php @@ -1,28 +1,28 @@ components[] = Component::fromArray($datum); + $object->components[] = InternalComponent::fromArray($datum); } }