Browse Source

Autoload the console.

Taylor Otwell 9 years ago
parent
commit
a5f4e74889
1 changed files with 1 additions and 0 deletions
  1. 1 0
      composer.json

+ 1 - 0
composer.json

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