Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-04-14 00:09:38 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-04-14 00:09:38 +0300
commit602ea42669779ec431bcaeb41fd95e079b1a7021 (patch)
tree25e074ca0914fca832b826e200aa0612e45564ec /doc/development/reusing_abstractions.md
parent6ce0f44c6b2c2af48c7ef4fef97913d054088deb (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/reusing_abstractions.md')
-rw-r--r--doc/development/reusing_abstractions.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/development/reusing_abstractions.md b/doc/development/reusing_abstractions.md
index fce144f8dc2..8711bac69e0 100644
--- a/doc/development/reusing_abstractions.md
+++ b/doc/development/reusing_abstractions.md
@@ -127,6 +127,8 @@ Everything in `lib/api`.
Everything that resides in `app/services`.
+In Service classes the use of `execute` and `#execute` is preferred over `call` and `#call`.
+
#### ServiceResponse
Service classes usually have an `execute` method, which can return a