setup seeder.

This commit is contained in:
Taylor Otwell
2013-02-07 14:51:28 -06:00
parent ce0a7f6545
commit 6c40ce69fb
4 changed files with 18 additions and 0 deletions

View File

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