Skip to content

Commit 1eb0d55

Browse files
authored
Fix the settings example code (#278)
1 parent f3c879d commit 1eb0d55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docsite/source/settings.html.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dry-system provides a `:settings` provider source that you can use to load setti
1212
# system/providers/settings.rb:
1313

1414
require "dry/system"
15+
require "dry/system/provider_sources"
1516

1617
Application.register_provider(:settings, from: :dry_system) do
1718
before :prepare do

0 commit comments

Comments
 (0)