summaryrefslogtreecommitdiff
path: root/doc/development/geo/framework.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-03-12 09:09:06 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-12 09:09:06 +0000
commit3159925155a86dfd41000c1467576927c18c8f58 (patch)
treed9c4673de198ac20e4e310ad299636649e47d2a8 /doc/development/geo/framework.md
parent8ccbb53e68d2830e766e1cae4e9d158840d115b6 (diff)
downloadgitlab-ce-3159925155a86dfd41000c1467576927c18c8f58.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/geo/framework.md')
-rw-r--r--doc/development/geo/framework.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/development/geo/framework.md b/doc/development/geo/framework.md
index e615fbc87a9..32a44b00f37 100644
--- a/doc/development/geo/framework.md
+++ b/doc/development/geo/framework.md
@@ -319,10 +319,7 @@ For example, to add support for files referenced by a `Widget` model with a
# frozen_string_literal: true
class Geo::WidgetRegistry < Geo::BaseRegistry
- include Geo::ReplicableRegistry
- # TODO: Include VerificationState in VerifiableRegistry
- # https://gitlab.com/gitlab-org/gitlab/-/issues/298811
- include ::Gitlab::Geo::VerificationState
+ include ::Geo::ReplicableRegistry
include ::Geo::VerifiableRegistry
MODEL_CLASS = ::Widget