Fix constant reference

This commit is contained in:
Nikita Shilnikov 2022-10-30 21:52:21 +03:00
parent 4815b71b67
commit 2b9a5b7683
No known key found for this signature in database
GPG Key ID: E569D1D64C40E241
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ module Dry
# @api private
def self.container
@container ||= Core::Container.new
@container ||= Container.new
end
end