* Add check webhook token function.

This commit is contained in:
Guan Xiying
2021-06-25 14:56:24 +08:00
parent d734071dfb
commit 9485858e27
+1
View File
@@ -207,6 +207,7 @@ class gitlab extends control
*/
public function webhook()
{
$this->gitlab->webhookCheckToken();
$product = $this->get->product;
$gitlab = $this->get->gitlab;
$project = $this->get->project;