def apply()

in app/com/gu/floodgate/contentsource/ContentSource.scala [113:124]


  def apply(id: String, environment: String, contentSource: ContentWithoutIdAndEnvironment): ContentSource = {
    ContentSource(
      id,
      contentSource.appName,
      contentSource.description,
      contentSource.reindexEndpoint,
      environment,
      contentSource.authType,
      contentSource.contentSourceSettings,
      contentSource.headers
    )
  }