Autoload the console.

This commit is contained in:
Taylor Otwell 2014-08-13 10:01:57 -05:00
parent 278758542c
commit a5f4e74889
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
}, },
"autoload": { "autoload": {
"classmap": [ "classmap": [
"app/console",
"app/database", "app/database",
"app/http", "app/http",
"app/tests/TestCase.php" "app/tests/TestCase.php"