From a0cead9da1ec6ed58293683275518517a979f6d0 Mon Sep 17 00:00:00 2001 From: Chris McCord Date: Thu, 25 Apr 2024 21:49:21 -0400 Subject: [PATCH] clear cache --- lib/phoenix/config.ex | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/phoenix/config.ex b/lib/phoenix/config.ex index 3b6dde435e..e319610593 100644 --- a/lib/phoenix/config.ex +++ b/lib/phoenix/config.ex @@ -152,6 +152,7 @@ defmodule Phoenix.Config do {:stop, :normal, :ok, {module, permanent}} true -> + clear_cache(module) {:reply, :ok, {module, permanent}} end end