* Adjust codes.

This commit is contained in:
caoyanyi
2022-08-01 16:21:05 +08:00
parent 988982d4a8
commit eaf6fcdb44
2 changed files with 12 additions and 19 deletions
-14
View File
@@ -506,18 +506,4 @@ class gogsModel extends model
->andWhere('providerID')->eq($gogsID)
->fetchPairs();
}
/**
* Get protect branches of one project.
*
* @param int $gogsID
* @param string $project
* @param string $keyword
* @access public
* @return array
*/
public function apiGetBranchPrivs($gogsID, $project, $keyword = '')
{
return array();
}
}