Skip to content

Commit

Permalink
Merge pull request #4215 from peterberkenbosch/typo-on-event-deprecat…
Browse files Browse the repository at this point in the history
…ion-warning

Update warning with copy/pastable code
  • Loading branch information
waiting-for-dev authored Nov 30, 2021
2 parents 51eca78 + 620298a commit 9dbcad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/spree/event/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def adapter
Spree.config do |config|
# ...
config.events.adapter = Spree::Event::Adapters.Default.new
config.events.adapter = Spree::Event::Adapters::Default.new
# ...
end
Expand Down

0 comments on commit 9dbcad1

Please sign in to comment.