From ea484732ed382867227d78976d5dc9b51af92de2 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Sat, 24 Jun 2017 12:15:48 +0200 Subject: [PATCH] Rename controller file --- .../Controller/{WebAppController.php => FrontendController.php} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename framework/core/src/Forum/Controller/{WebAppController.php => FrontendController.php} (100%) diff --git a/framework/core/src/Forum/Controller/WebAppController.php b/framework/core/src/Forum/Controller/FrontendController.php similarity index 100% rename from framework/core/src/Forum/Controller/WebAppController.php rename to framework/core/src/Forum/Controller/FrontendController.php