Rename variable to make it more generic

This commit is contained in:
Oliver Davies 2021-01-01 21:46:04 +00:00
parent 26b9e3a84d
commit e2d7f08893
3 changed files with 4 additions and 4 deletions

View file

@ -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;
}