diff options
Diffstat (limited to 'app/models/project_wiki.rb')
-rw-r--r-- | app/models/project_wiki.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/project_wiki.rb b/app/models/project_wiki.rb index 91fb3d4e4ba..ffffa803011 100644 --- a/app/models/project_wiki.rb +++ b/app/models/project_wiki.rb @@ -32,4 +32,4 @@ end # TODO: Remove this once we implement ES support for group wikis. # https://gitlab.com/gitlab-org/gitlab/-/issues/207889 -ProjectWiki.prepend_if_ee('EE::ProjectWiki') +ProjectWiki.prepend_mod_with('ProjectWiki') |