def load()

in app/AppLoader.scala [7:11]


  def load(context: ApplicationLoader.Context): Application = {
    new LogbackLoggerConfigurator().configure(context.environment)
    components = new AppComponents(context)
    components.application
  }