Move ProjectActivitySubscriber to a new notification type
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user