Rename Hipchat class

This commit is contained in:
Frederic Guillot
2015-04-19 19:33:58 -04:00
parent f190be9e2d
commit e30bf47d94
3 changed files with 4 additions and 4 deletions

View File

@@ -59,7 +59,7 @@ class ProjectActivitySubscriber extends Base implements EventSubscriberInterface
private function sendHipchatNotification($event_name, array $values)
{
$this->hipchat->notify(
$this->hipchatWebhook->notify(
$values['task']['project_id'],
$values['task']['id'],
$event_name,