From b4463cb69e64ff2dfe840ef69f1b825ecdbee43e Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 15 Dec 2013 11:28:27 +0100 Subject: [PATCH] =?UTF-8?q?Probl=C3=A8me=20casse=20renommage=20r=C3=A9pert?= =?UTF-8?q?oire?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/{controllers => Controllers}/configureController.php | 0 app/{controllers => Controllers}/entryController.php | 0 app/{controllers => Controllers}/errorController.php | 0 app/{controllers => Controllers}/feedController.php | 0 app/{controllers => Controllers}/indexController.php | 0 app/{controllers => Controllers}/javascriptController.php | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename app/{controllers => Controllers}/configureController.php (100%) rename app/{controllers => Controllers}/entryController.php (100%) rename app/{controllers => Controllers}/errorController.php (100%) rename app/{controllers => Controllers}/feedController.php (100%) rename app/{controllers => Controllers}/indexController.php (100%) rename app/{controllers => Controllers}/javascriptController.php (100%) diff --git a/app/controllers/configureController.php b/app/Controllers/configureController.php similarity index 100% rename from app/controllers/configureController.php rename to app/Controllers/configureController.php diff --git a/app/controllers/entryController.php b/app/Controllers/entryController.php similarity index 100% rename from app/controllers/entryController.php rename to app/Controllers/entryController.php diff --git a/app/controllers/errorController.php b/app/Controllers/errorController.php similarity index 100% rename from app/controllers/errorController.php rename to app/Controllers/errorController.php diff --git a/app/controllers/feedController.php b/app/Controllers/feedController.php similarity index 100% rename from app/controllers/feedController.php rename to app/Controllers/feedController.php diff --git a/app/controllers/indexController.php b/app/Controllers/indexController.php similarity index 100% rename from app/controllers/indexController.php rename to app/Controllers/indexController.php diff --git a/app/controllers/javascriptController.php b/app/Controllers/javascriptController.php similarity index 100% rename from app/controllers/javascriptController.php rename to app/Controllers/javascriptController.php