summaryrefslogtreecommitdiff
path: root/gitlab/objects.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/objects.py')
-rw-r--r--gitlab/objects.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gitlab/objects.py b/gitlab/objects.py
index 4107d6b..be0dbef 100644
--- a/gitlab/objects.py
+++ b/gitlab/objects.py
@@ -1171,6 +1171,7 @@ class ProjectFork(GitlabObject):
requiredUrlAttrs = ['project_id']
optionalCreateAttrs = ['namespace']
+
class ProjectForkManager(BaseManager):
obj_cls = ProjectFork