forked from TFMM/silent-auction
Add seeders and factories for all models
This commit is contained in:
@@ -11,6 +11,17 @@ class DatabaseSeeder extends Seeder
|
||||
*/
|
||||
public function run()
|
||||
{
|
||||
// $this->call(UsersTableSeeder::class);
|
||||
$this->call(UsersTableSeeder::class);
|
||||
$this->call(PaymentMethodsTableSeeder::class);
|
||||
$this->call(CarShowCategoryTableSeeder::class);
|
||||
$this->call(BiddersTableSeeder::class);
|
||||
$this->call(ItemsTableSeeder::class);
|
||||
$this->call(JudgesTableSeeder::class);
|
||||
$this->call(VehiclesTableSeeder::class);
|
||||
$this->call(VehicleScoresTableSeeder::class);
|
||||
$this->call(PeoplesChoiceTableSeeder::class);
|
||||
$this->call(WinningBidsTableSeeder::class);
|
||||
$this->call(CheckoutTableSeeder::class);
|
||||
$this->call(CarShowWinnerTableSeeder::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user