diff options
Diffstat (limited to 'lib/api/entities/group.rb')
-rw-r--r-- | lib/api/entities/group.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/api/entities/group.rb b/lib/api/entities/group.rb index 8bcad5bca35..ae5ee4784ed 100644 --- a/lib/api/entities/group.rb +++ b/lib/api/entities/group.rb @@ -34,3 +34,5 @@ module API end end end + +API::Entities::Group.prepend_if_ee('EE::API::Entities::Group', with_descendants: true) |