Merge pull request #15622 from frederic34/patch-8

doxygen
This commit is contained in:
Laurent Destailleur 2020-12-02 22:04:52 +01:00 committed by GitHub
commit b48a1d4c3e
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