create(); User::factory()->withoutTwoFactor()->create([ 'name' => 'Test User', 'email' => 'test@example.com', ]); $this->call(DaxCompanySeeder::class); } }