summaryrefslogtreecommitdiff
path: root/lib/matrix_app_service/bridge.ex
blob: 42f34505f9504f6bb24d4b4232c9a4d6f65d2480 (plain) (blame)
1
2
3
4
5
6
7
defmodule MatrixAppService.Bridge do
  @moduledoc """
  This module is used when the library uses its own repo. 
  """

  use MatrixAppService.BridgeConfig, repo: MatrixAppService.Repo
end