Skip to content

Commit

Permalink
feat: added large voucher seeder (commented out)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybatch committed Jul 10, 2023
1 parent 00363aa commit 29d8d7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions database/seeders/DatabaseSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public function devSeeds()
$this->call(BundleSeeder::class);
$this->call(DeliverySeeder::class);
$this->call(TestActiveUsersSeeder::class);
// $this->call(LargeVouchersSeeder::class);
}

/**
Expand Down

0 comments on commit 29d8d7e

Please sign in to comment.