From 369f6c003a61bb919aea25b3b7131e6e58793e92 Mon Sep 17 00:00:00 2001 From: Guillermo Dev Date: Thu, 11 Oct 2018 11:43:51 +0200 Subject: [PATCH] changed directory structure to match namespace --- src/{ => Webservice}/Exception/AuthenticationException.php | 0 src/{ => Webservice}/Exception/SqlException.php | 0 src/{ => Webservice}/Exception/UsageException.php | 0 src/{ => Webservice}/Exception/WebException.php | 0 src/{ => Webservice}/Formatter/Formatter.php | 0 src/{ => Webservice}/Formatter/Html.php | 0 src/{ => Webservice}/Formatter/Json.php | 0 src/{ => Webservice}/Formatter/Text.php | 0 src/{ => Webservice}/Formatter/Xml.php | 0 src/{ => Webservice}/Help.php | 0 src/{ => Webservice}/Logger.php | 0 src/{ => Webservice}/Renderer.php | 0 src/{ => Webservice}/WebService.php | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename src/{ => Webservice}/Exception/AuthenticationException.php (100%) rename src/{ => Webservice}/Exception/SqlException.php (100%) rename src/{ => Webservice}/Exception/UsageException.php (100%) rename src/{ => Webservice}/Exception/WebException.php (100%) rename src/{ => Webservice}/Formatter/Formatter.php (100%) rename src/{ => Webservice}/Formatter/Html.php (100%) rename src/{ => Webservice}/Formatter/Json.php (100%) rename src/{ => Webservice}/Formatter/Text.php (100%) rename src/{ => Webservice}/Formatter/Xml.php (100%) rename src/{ => Webservice}/Help.php (100%) rename src/{ => Webservice}/Logger.php (100%) rename src/{ => Webservice}/Renderer.php (100%) rename src/{ => Webservice}/WebService.php (100%) diff --git a/src/Exception/AuthenticationException.php b/src/Webservice/Exception/AuthenticationException.php similarity index 100% rename from src/Exception/AuthenticationException.php rename to src/Webservice/Exception/AuthenticationException.php diff --git a/src/Exception/SqlException.php b/src/Webservice/Exception/SqlException.php similarity index 100% rename from src/Exception/SqlException.php rename to src/Webservice/Exception/SqlException.php diff --git a/src/Exception/UsageException.php b/src/Webservice/Exception/UsageException.php similarity index 100% rename from src/Exception/UsageException.php rename to src/Webservice/Exception/UsageException.php diff --git a/src/Exception/WebException.php b/src/Webservice/Exception/WebException.php similarity index 100% rename from src/Exception/WebException.php rename to src/Webservice/Exception/WebException.php diff --git a/src/Formatter/Formatter.php b/src/Webservice/Formatter/Formatter.php similarity index 100% rename from src/Formatter/Formatter.php rename to src/Webservice/Formatter/Formatter.php diff --git a/src/Formatter/Html.php b/src/Webservice/Formatter/Html.php similarity index 100% rename from src/Formatter/Html.php rename to src/Webservice/Formatter/Html.php diff --git a/src/Formatter/Json.php b/src/Webservice/Formatter/Json.php similarity index 100% rename from src/Formatter/Json.php rename to src/Webservice/Formatter/Json.php diff --git a/src/Formatter/Text.php b/src/Webservice/Formatter/Text.php similarity index 100% rename from src/Formatter/Text.php rename to src/Webservice/Formatter/Text.php diff --git a/src/Formatter/Xml.php b/src/Webservice/Formatter/Xml.php similarity index 100% rename from src/Formatter/Xml.php rename to src/Webservice/Formatter/Xml.php diff --git a/src/Help.php b/src/Webservice/Help.php similarity index 100% rename from src/Help.php rename to src/Webservice/Help.php diff --git a/src/Logger.php b/src/Webservice/Logger.php similarity index 100% rename from src/Logger.php rename to src/Webservice/Logger.php diff --git a/src/Renderer.php b/src/Webservice/Renderer.php similarity index 100% rename from src/Renderer.php rename to src/Webservice/Renderer.php diff --git a/src/WebService.php b/src/Webservice/WebService.php similarity index 100% rename from src/WebService.php rename to src/Webservice/WebService.php