Commit 6a009f12 authored by Phil Calder's avatar Phil Calder

Docs - prefer execute over call in Service classes

parent 54fdfdea
...@@ -127,6 +127,8 @@ Everything in `lib/api`. ...@@ -127,6 +127,8 @@ Everything in `lib/api`.
Everything that resides in `app/services`. Everything that resides in `app/services`.
In Service classes the use of `execute` and `#execute` is preferred over `call` and `#call`.
#### ServiceResponse #### ServiceResponse
Service classes usually have an `execute` method, which can return a Service classes usually have an `execute` method, which can return a
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment