create([ "id" => 0, 'email' => 'test@example.com', 'is_root_user' => true, ]); User::factory()->create([ 'email' => 'test2@example.com', ]); } }