This commit is contained in:
dingguodong
2021-11-11 18:29:11 +08:00
5 changed files with 104 additions and 3 deletions
+4
View File
@@ -12,6 +12,9 @@
class gitlabModel extends model
{
const HOOK_PUSH_EVENT = 'Push Hook';
/**
* Get a gitlab by id.
*
@@ -2050,4 +2053,5 @@ class gitlabModel extends model
}
if(!$reponse) dao::$errors[] = false;
}
}