This commit is contained in:
Frédéric FRANCE 2020-12-02 18:21:13 +01:00 committed by GitHub
parent 9e18997e64
commit 6440dcbd93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -212,9 +212,14 @@ class Hook extends CommonObject
public $label; public $label;
/** /**
* @var string amount * @var string url of webhook
*/ */
public $amount; public $url;
/**
* @var int ID of user owner webhook
*/
public $fk_user;
/** /**
* @var int Status * @var int Status