Skip to content

Commit

Permalink
cleanup commit UnlockedLabs#2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissantillan committed Dec 22, 2023
1 parent baeb568 commit 72b9174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions database/seeders/TestSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class TestSeeder extends Seeder
*/
public function run(): void
{
User::factory()->create(10);
ProviderPlatform::factory()->create(10);
User::factory()->createMany(10);
ProviderPlatform::factory()->createMany(10);
}
}

0 comments on commit 72b9174

Please sign in to comment.