From 8fd7fe8329ce01171d1098930d6c3b6c5c177c80 Mon Sep 17 00:00:00 2001 From: xinatorus Date: Mon, 27 Apr 2020 21:08:38 +0200 Subject: [PATCH] project structure refactoring --- app/{controls => controllers}/automation.php | 0 app/{controls => controllers}/dashboard.php | 0 app/{controls => controllers}/home.php | 0 app/{controls => controllers}/login.php | 0 app/{controls => controllers}/scene.php | 0 app/{controls => controllers}/setting.php | 0 app/{controls => controllers}/settings.php | 0 {app/updater => updater}/.gitkeep | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename app/{controls => controllers}/automation.php (100%) rename app/{controls => controllers}/dashboard.php (100%) rename app/{controls => controllers}/home.php (100%) rename app/{controls => controllers}/login.php (100%) rename app/{controls => controllers}/scene.php (100%) rename app/{controls => controllers}/setting.php (100%) rename app/{controls => controllers}/settings.php (100%) rename {app/updater => updater}/.gitkeep (100%) diff --git a/app/controls/automation.php b/app/controllers/automation.php similarity index 100% rename from app/controls/automation.php rename to app/controllers/automation.php diff --git a/app/controls/dashboard.php b/app/controllers/dashboard.php similarity index 100% rename from app/controls/dashboard.php rename to app/controllers/dashboard.php diff --git a/app/controls/home.php b/app/controllers/home.php similarity index 100% rename from app/controls/home.php rename to app/controllers/home.php diff --git a/app/controls/login.php b/app/controllers/login.php similarity index 100% rename from app/controls/login.php rename to app/controllers/login.php diff --git a/app/controls/scene.php b/app/controllers/scene.php similarity index 100% rename from app/controls/scene.php rename to app/controllers/scene.php diff --git a/app/controls/setting.php b/app/controllers/setting.php similarity index 100% rename from app/controls/setting.php rename to app/controllers/setting.php diff --git a/app/controls/settings.php b/app/controllers/settings.php similarity index 100% rename from app/controls/settings.php rename to app/controllers/settings.php diff --git a/app/updater/.gitkeep b/updater/.gitkeep similarity index 100% rename from app/updater/.gitkeep rename to updater/.gitkeep