Refactor sending posts to social media

This commit is contained in:
Oliver Davies 2020-08-28 12:35:00 +01:00
parent 59a98b8d78
commit 92f1c0f84c
2 changed files with 19 additions and 5 deletions

View file

@ -1,5 +1,6 @@
services:
Drupal\opdavies_blog\EventSubscriber\PushBlogPostToSocialMedia:
autowire: true
tags:
- { name: event_subscriber }