From 9fea421b009e2a593d7784919998abac7345525b Mon Sep 17 00:00:00 2001 From: Mark Friedrich Date: Sat, 29 Apr 2017 19:38:45 +0200 Subject: [PATCH] fixed case sensitive folder 'app' --- {App => app}/ApiInterface.php | 0 {App => app}/Config/ESIConf.php | 0 {App => app}/ESI.php | 0 {App => app}/Lib/WebClient.php | 0 {App => app}/Mapper/Alliance.php | 0 {App => app}/Mapper/Character.php | 0 {App => app}/Mapper/CharacterAffiliation.php | 0 {App => app}/Mapper/Corporation.php | 0 {App => app}/Mapper/InventoryType.php | 0 {App => app}/Mapper/Location.php | 0 {App => app}/Mapper/ServerStatus.php | 0 {App => app}/Mapper/Ship.php | 0 {App => app}/Mapper/Station.php | 0 {App => app}/Mapper/System.php | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename {App => app}/ApiInterface.php (100%) rename {App => app}/Config/ESIConf.php (100%) rename {App => app}/ESI.php (100%) rename {App => app}/Lib/WebClient.php (100%) rename {App => app}/Mapper/Alliance.php (100%) rename {App => app}/Mapper/Character.php (100%) rename {App => app}/Mapper/CharacterAffiliation.php (100%) rename {App => app}/Mapper/Corporation.php (100%) rename {App => app}/Mapper/InventoryType.php (100%) rename {App => app}/Mapper/Location.php (100%) rename {App => app}/Mapper/ServerStatus.php (100%) rename {App => app}/Mapper/Ship.php (100%) rename {App => app}/Mapper/Station.php (100%) rename {App => app}/Mapper/System.php (100%) diff --git a/App/ApiInterface.php b/app/ApiInterface.php similarity index 100% rename from App/ApiInterface.php rename to app/ApiInterface.php diff --git a/App/Config/ESIConf.php b/app/Config/ESIConf.php similarity index 100% rename from App/Config/ESIConf.php rename to app/Config/ESIConf.php diff --git a/App/ESI.php b/app/ESI.php similarity index 100% rename from App/ESI.php rename to app/ESI.php diff --git a/App/Lib/WebClient.php b/app/Lib/WebClient.php similarity index 100% rename from App/Lib/WebClient.php rename to app/Lib/WebClient.php diff --git a/App/Mapper/Alliance.php b/app/Mapper/Alliance.php similarity index 100% rename from App/Mapper/Alliance.php rename to app/Mapper/Alliance.php diff --git a/App/Mapper/Character.php b/app/Mapper/Character.php similarity index 100% rename from App/Mapper/Character.php rename to app/Mapper/Character.php diff --git a/App/Mapper/CharacterAffiliation.php b/app/Mapper/CharacterAffiliation.php similarity index 100% rename from App/Mapper/CharacterAffiliation.php rename to app/Mapper/CharacterAffiliation.php diff --git a/App/Mapper/Corporation.php b/app/Mapper/Corporation.php similarity index 100% rename from App/Mapper/Corporation.php rename to app/Mapper/Corporation.php diff --git a/App/Mapper/InventoryType.php b/app/Mapper/InventoryType.php similarity index 100% rename from App/Mapper/InventoryType.php rename to app/Mapper/InventoryType.php diff --git a/App/Mapper/Location.php b/app/Mapper/Location.php similarity index 100% rename from App/Mapper/Location.php rename to app/Mapper/Location.php diff --git a/App/Mapper/ServerStatus.php b/app/Mapper/ServerStatus.php similarity index 100% rename from App/Mapper/ServerStatus.php rename to app/Mapper/ServerStatus.php diff --git a/App/Mapper/Ship.php b/app/Mapper/Ship.php similarity index 100% rename from App/Mapper/Ship.php rename to app/Mapper/Ship.php diff --git a/App/Mapper/Station.php b/app/Mapper/Station.php similarity index 100% rename from App/Mapper/Station.php rename to app/Mapper/Station.php diff --git a/App/Mapper/System.php b/app/Mapper/System.php similarity index 100% rename from App/Mapper/System.php rename to app/Mapper/System.php