From abf25dafbb6b0917afec4937701a8bddbf8c7955 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 14 Jun 2022 20:30:13 -0400 Subject: [PATCH] fix: depend on all entries in registry --- lib/ash/registry/dsl.ex | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/ash/registry/dsl.ex b/lib/ash/registry/dsl.ex index 4ac4eb8f..f7ebe11d 100644 --- a/lib/ash/registry/dsl.ex +++ b/lib/ash/registry/dsl.ex @@ -7,9 +7,6 @@ defmodule Ash.Registry.Dsl do examples: [ "entry MyApp.User" ], - modules: [ - :entry - ], schema: [ entry: [ type: :atom,