diff options
Diffstat (limited to 'app/Event')
-rw-r--r-- | app/Event/WebhookListener.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/Event/WebhookListener.php b/app/Event/WebhookListener.php index f9776653..4668b66e 100644 --- a/app/Event/WebhookListener.php +++ b/app/Event/WebhookListener.php @@ -22,6 +22,14 @@ class WebhookListener implements Listener private $webhook; /** + * Url to call + * + * @access private + * @var string + */ + private $url = ''; + + /** * Constructor * * @access public |