diff options
Diffstat (limited to 'app/Subscriber')
-rw-r--r-- | app/Subscriber/Base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Subscriber/Base.php b/app/Subscriber/Base.php index 97e230b5..95f311e7 100644 --- a/app/Subscriber/Base.php +++ b/app/Subscriber/Base.php @@ -11,7 +11,7 @@ use Pimple\Container; * @author Frederic Guillot * * @property \Integration\SlackWebhook $slackWebhook - * @property \Integration\Hipchat $hipchat + * @property \Integration\HipchatWebhook $hipchatWebhook * @property \Model\Board $board * @property \Model\Config $config * @property \Model\Comment $comment |