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

@@ -0,0 +1,15 @@
<?php
class DatabaseSeeder extends Seeder {
/**
* Run the database seeds.
*
* @return void
*/
public function run()
{
// $this->call('UserTableSeeder');
}
}