parent
a6f378294c
commit
f6ff21e04e
|
@ -59,7 +59,7 @@ final class PushBlogPostToSocialMedia implements EventSubscriberInterface {
|
||||||
|
|
||||||
$this->client->post($url, [
|
$this->client->post($url, [
|
||||||
'form_params' => [
|
'form_params' => [
|
||||||
'message' => $entity->toTweet(),
|
'value1' => $entity->toTweet(),
|
||||||
],
|
],
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue