mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 01:31:35 +08:00
DEV: Rename ServiceRunner
to Service::Runner
for consistency
This commit is contained in:

committed by
Loïc Guitaut

parent
a4ccdeccb3
commit
78d9f9fa40
@ -235,7 +235,7 @@ module Service
|
||||
|
||||
def call(context = {}, &actions)
|
||||
return new(context).tap(&:run).context unless block_given?
|
||||
ServiceRunner.call(self, context, &actions)
|
||||
Service::Runner.call(self, context, &actions)
|
||||
end
|
||||
|
||||
def call!(context = {})
|
||||
|
Reference in New Issue
Block a user