Skip to content

Commit 9b5bd5c

Browse files
authored
Merge pull request #3 from tram-rb/fix/deprecation
Rename deprecated alias Dry::Initializer::Mixin -> Dry::Initializer
2 parents 9af41e2 + 29844a2 commit 9b5bd5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tram/page.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
class Tram::Page
4-
extend ::Dry::Initializer::Mixin
4+
extend ::Dry::Initializer
55

66
class << self
77
attr_accessor :i18n_scope

0 commit comments

Comments
 (0)