diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-03-12 09:09:06 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-03-12 09:09:06 +0000 |
commit | 3159925155a86dfd41000c1467576927c18c8f58 (patch) | |
tree | d9c4673de198ac20e4e310ad299636649e47d2a8 /doc/development/geo | |
parent | 8ccbb53e68d2830e766e1cae4e9d158840d115b6 (diff) | |
download | gitlab-ce-3159925155a86dfd41000c1467576927c18c8f58.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/geo')
-rw-r--r-- | doc/development/geo/framework.md | 5 |
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 |