parent
c7d38ea6fb
commit
ce7209ac74
|
@ -34,9 +34,8 @@ final class IftttPostPusher extends HttpPostPusher {
|
||||||
|
|
||||||
$this->client->post($url, [
|
$this->client->post($url, [
|
||||||
'form_params' => [
|
'form_params' => [
|
||||||
'value1' => $this->t('Blogged: @text', [
|
'value1' => $this->t('Blogged: @text', ['@text' => $post->toTweet()])
|
||||||
'@text' => $post->toTweet(),
|
->render(),
|
||||||
]),
|
|
||||||
],
|
],
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue