Rename variable to make it more generic
This commit is contained in:
parent
26b9e3a84d
commit
e2d7f08893
3 changed files with 4 additions and 4 deletions
|
@ -66,7 +66,7 @@ final class PushBlogPostToSocialMedia implements EventSubscriberInterface {
|
|||
return;
|
||||
}
|
||||
|
||||
if (!$url = $this->config->get('zapier_post_tweet_url')) {
|
||||
if (!$url = $this->config->get('post_tweet_webhook_url')) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue