Add commands to loader.

This commit is contained in:
Taylor Otwell 2013-03-28 16:27:29 -05:00
parent 9b0fafe3d5
commit d29282726d
1 changed files with 1 additions and 0 deletions

View File

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