create(); User::factory()->withoutTwoFactor()->create([ 'name' => 'Test User', 'email' => 'test@example.com', ]); // Note: Company and Transaction data is now synced from the backend // via TransformDataPoolToProduction job, not seeded manually } }