From dcbd5a73669cdbfbb6b1c3ae16fe2366fb21193d Mon Sep 17 00:00:00 2001 From: Darren Jacoby Date: Sun, 20 Aug 2017 19:14:46 +0200 Subject: [PATCH] Change default Controller path to app/controllers --- {resources => app}/controllers/About.php | 0 {resources => app}/controllers/App.php | 0 {resources => app}/controllers/Home.php | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {resources => app}/controllers/About.php (100%) rename {resources => app}/controllers/App.php (100%) rename {resources => app}/controllers/Home.php (100%) diff --git a/resources/controllers/About.php b/app/controllers/About.php similarity index 100% rename from resources/controllers/About.php rename to app/controllers/About.php diff --git a/resources/controllers/App.php b/app/controllers/App.php similarity index 100% rename from resources/controllers/App.php rename to app/controllers/App.php diff --git a/resources/controllers/Home.php b/app/controllers/Home.php similarity index 100% rename from resources/controllers/Home.php rename to app/controllers/Home.php