* Adjust method name and params.

This commit is contained in:
caoyanyi
2023-11-27 16:03:51 +08:00
parent 5ea07fee8c
commit 4cedcb2997
8 changed files with 50 additions and 63 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ class gogsModel extends model
* @access public
* @return array
*/
public function getGogsListByAccount($account = '')
public function getListByAccount($account = '')
{
if(!$account) $account = $this->app->user->account;