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

@@ -167,6 +167,7 @@ return array(
'Response' => 'Illuminate\Support\Facades\Response',
'Route' => 'Illuminate\Support\Facades\Route',
'Schema' => 'Illuminate\Support\Facades\Schema',
'Seeder' => 'Illuminate\Database\Seeder',
'Session' => 'Illuminate\Support\Facades\Session',
'URL' => 'Illuminate\Support\Facades\URL',
'Validator' => 'Illuminate\Support\Facades\Validator',