Skip to content

Commit 0f27769

Browse files
author
Annie Weng
committed
add getIssueByLabel method
1 parent 8ecc822 commit 0f27769

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Gitlab/Model/Project.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,7 @@ public function openIssue($id)
761761
* @return array()
762762
*/
763763
public function getIssueByLabel($label)
764+
{
764765
$data = $this->api('issues')->getIssueByLabel($this->id,$label);
765766
$issues = array();
766767
foreach ($data as $issue){

0 commit comments

Comments
 (0)