Browse Source

Add commands to loader.

Taylor Otwell 11 years ago
parent
commit
d29282726d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/start/global.php

+ 1 - 0
app/start/global.php

@@ -13,6 +13,7 @@
 
 ClassLoader::addDirectories(array(
 
+	app_path().'/commands',
 	app_path().'/controllers',
 	app_path().'/models',
 	app_path().'/database/seeds',