Put deprecation warnings undre Pleroma.Config.

This commit is contained in:
lain 2019-01-28 14:39:54 +01:00
commit f53d464db0
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ defmodule Pleroma.Application do
def start(_type, _args) do
import Cachex.Spec
Pleroma.DeprecationWarnings.warn()
Pleroma.Config.DeprecationWarnings.warn()
# Define workers and child supervisors to be supervised
children =