Various minor fixes

This commit is contained in:
Frédéric Guillot
2014-08-16 14:12:05 -07:00
parent 925b0ba2e5
commit db3c006be8
5 changed files with 10 additions and 4 deletions

View File

@@ -21,6 +21,14 @@ class WebhookListener implements Listener
*/
private $webhook;
/**
* Url to call
*
* @access private
* @var string
*/
private $url = '';
/**
* Constructor
*