fix: depend on all entries in registry

This commit is contained in:
Zach Daniel 2022-06-14 20:30:13 -04:00
parent 329accd565
commit abf25dafbb

View file

@ -7,9 +7,6 @@ defmodule Ash.Registry.Dsl do
examples: [ examples: [
"entry MyApp.User" "entry MyApp.User"
], ],
modules: [
:entry
],
schema: [ schema: [
entry: [ entry: [
type: :atom, type: :atom,