diff --git a/src/BeSimple/SoapClient/SoapClientNativeDataTransferObject.php b/src/BeSimple/SoapClient/SoapClientNativeDataTransferObject.php deleted file mode 100644 index 586fbec..0000000 --- a/src/BeSimple/SoapClient/SoapClientNativeDataTransferObject.php +++ /dev/null @@ -1,19 +0,0 @@ -request = $request; - $this->location = $location; - $this->action = $action; - $this->version = $version; - } -}