Skip to content

Commit 29844a2

Browse files
committed
Rename deprecated alias Dry::Initializer::Mixin -> Dry::Initializer
1 parent 9af41e2 commit 29844a2

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)