From ce20a9d42785970cf76bd799f609645a10e0bbb6 Mon Sep 17 00:00:00 2001 From: Calvin Buckley Date: Fri, 23 Apr 2021 15:40:18 -0300 Subject: [PATCH] Move param classes out of CW Fixes #157 --- ToolkitApi/{CW => }/Int16Param.php | 0 ToolkitApi/{CW => }/UInt16Param.php | 0 ToolkitApi/{CW => }/UInt8Param.php | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename ToolkitApi/{CW => }/Int16Param.php (100%) rename ToolkitApi/{CW => }/UInt16Param.php (100%) rename ToolkitApi/{CW => }/UInt8Param.php (100%) diff --git a/ToolkitApi/CW/Int16Param.php b/ToolkitApi/Int16Param.php similarity index 100% rename from ToolkitApi/CW/Int16Param.php rename to ToolkitApi/Int16Param.php diff --git a/ToolkitApi/CW/UInt16Param.php b/ToolkitApi/UInt16Param.php similarity index 100% rename from ToolkitApi/CW/UInt16Param.php rename to ToolkitApi/UInt16Param.php diff --git a/ToolkitApi/CW/UInt8Param.php b/ToolkitApi/UInt8Param.php similarity index 100% rename from ToolkitApi/CW/UInt8Param.php rename to ToolkitApi/UInt8Param.php