We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e71eae0 commit 2f6d802Copy full SHA for 2f6d802
lib/Gitlab/Model/MergeRequest.php
@@ -84,7 +84,7 @@ public function merge($message = null)
84
{
85
$data = $this->api('mr')->merge($this->project->id, $this->id, array('merge_commit_message' => $message));
86
87
- return MergeRequest::fromArray($this->getClient(), $this->project, $data);
+ return static::fromArray($this->getClient(), $this->project, $data);
88
}
89
90
public function merged()
0 commit comments