Move ProjectActivitySubscriber to a new notification type

This commit is contained in:
Frederic Guillot
2015-10-17 12:53:11 -04:00
parent 472f94efee
commit 9153c6ff0d
7 changed files with 106 additions and 78 deletions

View File

@@ -49,7 +49,7 @@ class Webhook extends Base implements NotificationInterface
'event_data' => $event_data,
);
return $this->httpClient->postJson($url, $payload);
$this->httpClient->postJson($url, $payload);
}
}
}