# frozen_string_literal: true Hanami.application.register_provider :settings do start do register :settings, Hanami.application.settings end end