diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-08-16 14:12:05 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-08-16 14:12:05 -0700 |
commit | db3c006be80d6690892b11608619f9683824e21b (patch) | |
tree | 65fdc801aa83d40c50170e7ad11226e30be1f649 /app/Event | |
parent | 925b0ba2e56117e3bbe2947d7938ed35815efa1a (diff) |
Various minor fixes
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 |