Update UserSeeder.php

disable 50 user
A1Gard 6 months ago committed by GitHub
parent cad797d8bf
commit 3ff55f0400
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -57,7 +57,7 @@ class UserSeeder extends Seeder
$user->assignRole('user');
$user->save();
User::factory(50)->create();
// User::factory(50)->create();
}
}

Loading…
Cancel
Save