From d5c0ebf9c7bd52fa95ce4ec7550c22603e5df3bc Mon Sep 17 00:00:00 2001 From: Netkas Date: Tue, 26 Sep 2023 17:35:52 -0400 Subject: [PATCH] Moved Component.php to InternalComponent.php --- .../Component.php => InternalComponent.php} | 46 +++++++++---------- src/ncc/Objects/NccVersionInformation.php | 9 ++-- 2 files changed, 27 insertions(+), 28 deletions(-) rename src/ncc/Objects/{NccVersionInformation/Component.php => InternalComponent.php} (62%) 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); } }