From cf4a1703436ef7bd65e69e9e46ca2da16722db7e Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Mon, 1 Apr 2019 19:28:54 +0200 Subject: [PATCH] Fixed casing for the Properties directory --- src/Response/{properties => Properties}/Factory.php | 0 src/Response/{properties => Properties}/Property.php | 0 src/Response/{properties => Properties}/TexturesProperty.php | 0 src/Response/{properties => Properties}/TexturesPropertyValue.php | 0 .../{properties => Properties}/TexturesPropertyValueCape.php | 0 .../{properties => Properties}/TexturesPropertyValueSkin.php | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename src/Response/{properties => Properties}/Factory.php (100%) rename src/Response/{properties => Properties}/Property.php (100%) rename src/Response/{properties => Properties}/TexturesProperty.php (100%) rename src/Response/{properties => Properties}/TexturesPropertyValue.php (100%) rename src/Response/{properties => Properties}/TexturesPropertyValueCape.php (100%) rename src/Response/{properties => Properties}/TexturesPropertyValueSkin.php (100%) diff --git a/src/Response/properties/Factory.php b/src/Response/Properties/Factory.php similarity index 100% rename from src/Response/properties/Factory.php rename to src/Response/Properties/Factory.php diff --git a/src/Response/properties/Property.php b/src/Response/Properties/Property.php similarity index 100% rename from src/Response/properties/Property.php rename to src/Response/Properties/Property.php diff --git a/src/Response/properties/TexturesProperty.php b/src/Response/Properties/TexturesProperty.php similarity index 100% rename from src/Response/properties/TexturesProperty.php rename to src/Response/Properties/TexturesProperty.php diff --git a/src/Response/properties/TexturesPropertyValue.php b/src/Response/Properties/TexturesPropertyValue.php similarity index 100% rename from src/Response/properties/TexturesPropertyValue.php rename to src/Response/Properties/TexturesPropertyValue.php diff --git a/src/Response/properties/TexturesPropertyValueCape.php b/src/Response/Properties/TexturesPropertyValueCape.php similarity index 100% rename from src/Response/properties/TexturesPropertyValueCape.php rename to src/Response/Properties/TexturesPropertyValueCape.php diff --git a/src/Response/properties/TexturesPropertyValueSkin.php b/src/Response/Properties/TexturesPropertyValueSkin.php similarity index 100% rename from src/Response/properties/TexturesPropertyValueSkin.php rename to src/Response/Properties/TexturesPropertyValueSkin.php