create(); User::factory()->create([ 'name' => 'Test User', 'email' => 'test@example.com', 'role' => 1 ]); User::factory()->count(10)->create(); } }