Skip to content

Commit 97336cc

Browse files
authored
Update Projects.php
1 parent 4693d29 commit 97336cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Gitlab/Api/Projects.php

+1
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,7 @@ public function removeLabel($project_id, $name)
505505
public function fork($project_id, array $parameters = [])
506506
{
507507
$resolver = $this->createOptionsResolver();
508+
508509
return $this->post($this->getProjectPath($project_id, 'fork'), $resolver->resolve($parameters));
509510
}
510511

0 commit comments

Comments
 (0)