Add commands to loader.
This commit is contained in:
parent
9b0fafe3d5
commit
d29282726d
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue