From a5f4e74889f62fa4ebefb352ab39c70f58f038ca Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 13 Aug 2014 10:01:57 -0500 Subject: [PATCH] Autoload the console. --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index e005b21b..cdd53d7b 100644 --- a/composer.json +++ b/composer.json @@ -8,6 +8,7 @@ }, "autoload": { "classmap": [ + "app/console", "app/database", "app/http", "app/tests/TestCase.php"