From 06a92123fb6a1d82de38037436ca06484afec8dc Mon Sep 17 00:00:00 2001 From: David Grudl Date: Wed, 24 Apr 2019 16:11:01 +0200 Subject: [PATCH] =?UTF-8?q?captalized=20Presenters,=20Router,=20=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/{forms => Forms}/FormFactory.php | 0 app/{forms => Forms}/SignInFormFactory.php | 0 app/{forms => Forms}/SignUpFormFactory.php | 0 app/{model => Model}/UserManager.php | 0 app/{presenters => Presenters}/BasePresenter.php | 0 app/{presenters => Presenters}/Error4xxPresenter.php | 0 app/{presenters => Presenters}/ErrorPresenter.php | 0 app/{presenters => Presenters}/HomepagePresenter.php | 0 app/{presenters => Presenters}/SignPresenter.php | 0 app/{presenters => Presenters}/templates/@layout.latte | 0 app/{presenters => Presenters}/templates/Error/403.latte | 0 app/{presenters => Presenters}/templates/Error/404.latte | 0 app/{presenters => Presenters}/templates/Error/405.latte | 0 app/{presenters => Presenters}/templates/Error/410.latte | 0 app/{presenters => Presenters}/templates/Error/4xx.latte | 0 app/{presenters => Presenters}/templates/Error/500.phtml | 0 app/{presenters => Presenters}/templates/Error/503.phtml | 0 app/{presenters => Presenters}/templates/Homepage/default.latte | 0 app/{presenters => Presenters}/templates/Sign/in.latte | 0 app/{presenters => Presenters}/templates/Sign/out.latte | 0 app/{presenters => Presenters}/templates/Sign/up.latte | 0 app/{presenters => Presenters}/templates/components/form.latte | 0 app/{router => Router}/RouterFactory.php | 0 23 files changed, 0 insertions(+), 0 deletions(-) rename app/{forms => Forms}/FormFactory.php (100%) rename app/{forms => Forms}/SignInFormFactory.php (100%) rename app/{forms => Forms}/SignUpFormFactory.php (100%) rename app/{model => Model}/UserManager.php (100%) rename app/{presenters => Presenters}/BasePresenter.php (100%) rename app/{presenters => Presenters}/Error4xxPresenter.php (100%) rename app/{presenters => Presenters}/ErrorPresenter.php (100%) rename app/{presenters => Presenters}/HomepagePresenter.php (100%) rename app/{presenters => Presenters}/SignPresenter.php (100%) rename app/{presenters => Presenters}/templates/@layout.latte (100%) rename app/{presenters => Presenters}/templates/Error/403.latte (100%) rename app/{presenters => Presenters}/templates/Error/404.latte (100%) rename app/{presenters => Presenters}/templates/Error/405.latte (100%) rename app/{presenters => Presenters}/templates/Error/410.latte (100%) rename app/{presenters => Presenters}/templates/Error/4xx.latte (100%) rename app/{presenters => Presenters}/templates/Error/500.phtml (100%) rename app/{presenters => Presenters}/templates/Error/503.phtml (100%) rename app/{presenters => Presenters}/templates/Homepage/default.latte (100%) rename app/{presenters => Presenters}/templates/Sign/in.latte (100%) rename app/{presenters => Presenters}/templates/Sign/out.latte (100%) rename app/{presenters => Presenters}/templates/Sign/up.latte (100%) rename app/{presenters => Presenters}/templates/components/form.latte (100%) rename app/{router => Router}/RouterFactory.php (100%) diff --git a/app/forms/FormFactory.php b/app/Forms/FormFactory.php similarity index 100% rename from app/forms/FormFactory.php rename to app/Forms/FormFactory.php diff --git a/app/forms/SignInFormFactory.php b/app/Forms/SignInFormFactory.php similarity index 100% rename from app/forms/SignInFormFactory.php rename to app/Forms/SignInFormFactory.php diff --git a/app/forms/SignUpFormFactory.php b/app/Forms/SignUpFormFactory.php similarity index 100% rename from app/forms/SignUpFormFactory.php rename to app/Forms/SignUpFormFactory.php diff --git a/app/model/UserManager.php b/app/Model/UserManager.php similarity index 100% rename from app/model/UserManager.php rename to app/Model/UserManager.php diff --git a/app/presenters/BasePresenter.php b/app/Presenters/BasePresenter.php similarity index 100% rename from app/presenters/BasePresenter.php rename to app/Presenters/BasePresenter.php diff --git a/app/presenters/Error4xxPresenter.php b/app/Presenters/Error4xxPresenter.php similarity index 100% rename from app/presenters/Error4xxPresenter.php rename to app/Presenters/Error4xxPresenter.php diff --git a/app/presenters/ErrorPresenter.php b/app/Presenters/ErrorPresenter.php similarity index 100% rename from app/presenters/ErrorPresenter.php rename to app/Presenters/ErrorPresenter.php diff --git a/app/presenters/HomepagePresenter.php b/app/Presenters/HomepagePresenter.php similarity index 100% rename from app/presenters/HomepagePresenter.php rename to app/Presenters/HomepagePresenter.php diff --git a/app/presenters/SignPresenter.php b/app/Presenters/SignPresenter.php similarity index 100% rename from app/presenters/SignPresenter.php rename to app/Presenters/SignPresenter.php diff --git a/app/presenters/templates/@layout.latte b/app/Presenters/templates/@layout.latte similarity index 100% rename from app/presenters/templates/@layout.latte rename to app/Presenters/templates/@layout.latte diff --git a/app/presenters/templates/Error/403.latte b/app/Presenters/templates/Error/403.latte similarity index 100% rename from app/presenters/templates/Error/403.latte rename to app/Presenters/templates/Error/403.latte diff --git a/app/presenters/templates/Error/404.latte b/app/Presenters/templates/Error/404.latte similarity index 100% rename from app/presenters/templates/Error/404.latte rename to app/Presenters/templates/Error/404.latte diff --git a/app/presenters/templates/Error/405.latte b/app/Presenters/templates/Error/405.latte similarity index 100% rename from app/presenters/templates/Error/405.latte rename to app/Presenters/templates/Error/405.latte diff --git a/app/presenters/templates/Error/410.latte b/app/Presenters/templates/Error/410.latte similarity index 100% rename from app/presenters/templates/Error/410.latte rename to app/Presenters/templates/Error/410.latte diff --git a/app/presenters/templates/Error/4xx.latte b/app/Presenters/templates/Error/4xx.latte similarity index 100% rename from app/presenters/templates/Error/4xx.latte rename to app/Presenters/templates/Error/4xx.latte diff --git a/app/presenters/templates/Error/500.phtml b/app/Presenters/templates/Error/500.phtml similarity index 100% rename from app/presenters/templates/Error/500.phtml rename to app/Presenters/templates/Error/500.phtml diff --git a/app/presenters/templates/Error/503.phtml b/app/Presenters/templates/Error/503.phtml similarity index 100% rename from app/presenters/templates/Error/503.phtml rename to app/Presenters/templates/Error/503.phtml diff --git a/app/presenters/templates/Homepage/default.latte b/app/Presenters/templates/Homepage/default.latte similarity index 100% rename from app/presenters/templates/Homepage/default.latte rename to app/Presenters/templates/Homepage/default.latte diff --git a/app/presenters/templates/Sign/in.latte b/app/Presenters/templates/Sign/in.latte similarity index 100% rename from app/presenters/templates/Sign/in.latte rename to app/Presenters/templates/Sign/in.latte diff --git a/app/presenters/templates/Sign/out.latte b/app/Presenters/templates/Sign/out.latte similarity index 100% rename from app/presenters/templates/Sign/out.latte rename to app/Presenters/templates/Sign/out.latte diff --git a/app/presenters/templates/Sign/up.latte b/app/Presenters/templates/Sign/up.latte similarity index 100% rename from app/presenters/templates/Sign/up.latte rename to app/Presenters/templates/Sign/up.latte diff --git a/app/presenters/templates/components/form.latte b/app/Presenters/templates/components/form.latte similarity index 100% rename from app/presenters/templates/components/form.latte rename to app/Presenters/templates/components/form.latte diff --git a/app/router/RouterFactory.php b/app/Router/RouterFactory.php similarity index 100% rename from app/router/RouterFactory.php rename to app/Router/RouterFactory.php