From a9e2af6863c2b32cddf417e43a228a743b3fade7 Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Fri, 1 Jun 2018 15:54:11 +1200 Subject: [PATCH] FIX Remove incorrect classmap for Page and PageController These files to not always exist in this path, so this autoload definition is misleading --- composer.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/composer.json b/composer.json index 9a3889d..9f00dbf 100644 --- a/composer.json +++ b/composer.json @@ -11,12 +11,6 @@ "require-dev": { "phpunit/phpunit": "^5.7" }, - "autoload": { - "classmap": [ - "app/src/Page.php", - "app/src/PageController.php" - ] - }, "extra": { "project-files": [ "app/_config/*",